#77CCD8

Color #77CCD8 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #77CCD8

Tints of Spray #77CCD8

Color information

#77CCD8 (or 0x77CCD8) is unknown color: approx Spray. HEX triplet: 77, CC and D8. RGB value is (119,204,216). Sum of RGB (Red+Green+Blue) = 119+204+216=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #77CCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCD8 is #883327. Grayscale: #B3B3B3. Windows color (decimal): -8925992 or 14208119. OLE color: 14208119.

HSL color Cylindrical-coordinate representation of color #77CCD8: hue angle of 187.42º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77CCD8 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119204216-
CMYK0.450.0600.15
HSL187.42º55.43%65.69%-
HSV(B)187.42º44.91%84.71%-
XYZ41.652.0772.82-
YUV179.95148.3484.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 22.08%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=22.08%
G=37.85%
B=40.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192042160.450.0600.15187.4255.4365.69
Hex77CCD82D60Fbb3742
Octal16731433055601727367102
Binary1110111110011001101100010110111001111101110111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CCD8; }

 p { color: rgb(119,204,216); }

 H1.HeaderClassName
 {
   color: #77CCD8;
 }
 .AnyTagClassName
 {
   color: #77CCD8;
 }
</style>
background-color css

<style>
 a { background-color: #77CCD8; }

 a { background-color: rgb(119,204,216); }

 div.DivClassName
 {
   background-color: #77CCD8;
 }
 .BgClassName
 {
   background-color: #77CCD8;
 }
</style>
border-color css

<style>
 span { border-color: #77CCD8; }

 span { border-color: rgb(119,204,216); }

 td.TdClassName
 {
   border-color: #77CCD8;
 }
 .TagClassName
 {
   border-color: #77CCD8;
 }
</style>