#77CCDA

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

Shades of Spray #77CCDA

Tints of Spray #77CCDA

Color information

#77CCDA (or 0x77CCDA) is unknown color: approx Spray. HEX triplet: 77, CC and DA. RGB value is (119,204,218). Sum of RGB (Red+Green+Blue) = 119+204+218=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #77CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCDA is #883325. Grayscale: #B4B4B4. Windows color (decimal): -8925990 or 14339191. OLE color: 14339191.

HSL color Cylindrical-coordinate representation of color #77CCDA: hue angle of 188.48º degrees, saturation: 0.57, 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 #77CCDA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119204218-
CMYK0.450.0600.15
HSL188.48º57.23%66.08%-
HSV(B)188.48º45.41%85.49%-
XYZ41.8652.1774.19-
YUV180.18149.3484.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.00%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=22.00%
G=37.71%
B=40.30%

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
Decimal1192042180.450.0600.15188.4857.2366.08
Hex77CCDA2D60Fbc3942
Octal16731433255601727471102
Binary1110111110011001101101010110111001111101111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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