#77CEDC

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

Shades of Spray #77CEDC

Tints of Spray #77CEDC

Color information

#77CEDC (or 0x77CEDC) is unknown color: approx Spray. HEX triplet: 77, CE and DC. RGB value is (119,206,220). Sum of RGB (Red+Green+Blue) = 119+206+220=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #77CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEDC is #883123. Grayscale: #B5B5B5. Windows color (decimal): -8925476 or 14470775. OLE color: 14470775.

HSL color Cylindrical-coordinate representation of color #77CEDC: hue angle of 188.32º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77CEDC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119206220-
CMYK0.460.0600.14
HSL188.32º59.06%66.47%-
HSV(B)188.32º45.91%86.27%-
XYZ42.653.2375.74-
YUV181.58149.6883.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.83%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=21.83%
G=37.80%
B=40.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192062200.460.0600.14188.3259.0666.47
Hex77CEDC2E60Ebc3b42
Octal16731633456601627473102
Binary1110111110011101101110010111011001110101111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,206,220); }

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

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

 a { background-color: rgb(119,206,220); }

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

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

 span { border-color: rgb(119,206,220); }

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