COLOR #75CCD8

HEX: #75CCD8 RGB: (117,204,216)

Color info

#75CCD8 contains mainly green and blue colors. Web safe color of #75CCD8 is #66CCCC (or #6CC).

RGB color model

#75CCD8 color RGB value is (117,204,216).

RGB: (117,204,216) (46%, 80%, 85%)

RGB channels and saturation

R 117 of 255 = 46%
G 204 of 255 = 80%
B 216 of 255 = 85%

117
204
216

R + G + B ~ 70%. #75CCD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 204 + 216 = 537 (100%)
R 117 of 537 ~ 21.79%
G 204 of 537 ~ 37.99%
B 216 of 537 ~ 40.22'%

%21.79
%37.99
%40.22

CMYK color model

#75CCD8 color CMYK value is (46,6,0,15).

  • cyan value is 45.83%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (46,6,0,15)
C46M6Y0K15 (46%, 6%, 0%, 15%)
(0.46 / 0.06 / 0.00 / 0.15)

CMYK percentages

%45.83
%5.56
%0
%15.29

Codes

Color #75CCD8 in popluar color models

75 CC D8
RGB 117 204 216
HSL 187° 55.93% 65.29%
HSB/HSV 187° 45.83% 84.71%
CMYK 45.83% 5.56% 0.00%
15.29%

Color #75CCD8 in popluar number systems.

HEX 75 CC D8
Decimal 117 204 216
Binary 1110101 11001100 11011000
Octal 165 314 330

Shades and tints

Shades of #75CCD8

#75CCD8
(117,204,216)
#6BBAC5
(107,186,197)
#61A8B2
(97,168,178)
#57969F
(87,150,159)
#4D848C
(77,132,140)
#437279
(67,114,121)
#396066
(57,96,102)
#2F4E53
(47,78,83)
#253C40
(37,60,64)
#1B2A2D
(27,42,45)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #75CCD8

#75CCD8
(117,204,216)
#81D0DB
(129,208,219)
#8DD4DE
(141,212,222)
#99D8E1
(153,216,225)
#A5DCE4
(165,220,228)
#B1E0E7
(177,224,231)
#BDE4EA
(189,228,234)
#C9E8ED
(201,232,237)
#D5ECF0
(213,236,240)
#E1F0F3
(225,240,243)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CCD8 color. Also use rgb(117,204,216) instead hex code.

Text Font Color

.myTextColor { color: #75CCD8; }

<p style="color:#75CCD8">This sample text font color is #75CCD8.</p>

This text font color is #75CCD8.

Background Color

.myBgColor { background-color: #75CCD8; }

<div style="background-color:#75CCD8">Inner text</div>

This div background color is #75CCD8.

Border color

.myBorderColor { border: 1px solid #75CCD8; }

<div style="border:3px solid #75CCD8">Div</div>

This div border color is #75CCD8.

Opacity

.myOpacity80 { color: #75CCD8; opacity: 0.8; }

<p style="color:#75CCD8;opacity:0.8;">80%</p>

Text with #75CCD8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75CCD8;}

<p style="text-shadow: 3px 3px 1px #75CCD8">Text here.</p>

This text has shadow with #75CCD8 color.


.textShadow {text-shadow: 3px 3px 1px #75CCD8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75CCD8, 5px 5px 20px red">Text here.</p>

This text has shadow with #75CCD8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75CCD8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75CCD8, Direction=45, Strength=4)">Text</p>

This text has shadow with #75CCD8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75CCD8;
-webkit-box-shadow: 1px 1px 3px 2px #75CCD8;
box-shadow: 1px 1px 3px 2px #75CCD8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75CCD8; -webkit-box-shadow: 1px 1px 3px 2px #75CCD8; box-shadow:1px 1px 3px 2px #75CCD8;">
Div content here
</div>

This div box has shadow with color #75CCD8.

Preview

Color preview on black background

This text has color #75CCD8 on black background.


Color preview on white background

This text has color #75CCD8 on white background.


Black color preview on #75CCD8 background

This text has black color on #75CCD8 background.


White color preview on #75CCD8 background

This text has white color on #75CCD8 background.


Related colors

Complementary color

Complementary color for #hex is #8A3327.


I love getcolorcode.com

Triadic colors

1 #D875CC and #CCD875 with #75CCD8 are triadic colors.

2 #D8CC75 and #CC75D8 with #75CCD8 are triadic colors.