#77C2DE

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

Shades of Spray #77C2DE

Tints of Spray #77C2DE

Color information

#77C2DE (or 0x77C2DE) is unknown color: approx Spray. HEX triplet: 77, C2 and DE. RGB value is (119,194,222). Sum of RGB (Red+Green+Blue) = 119+194+222=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #77C2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C2DE is #883D21. Grayscale: #AEAEAE. Windows color (decimal): -8928546 or 14598775. OLE color: 14598775.

HSL color Cylindrical-coordinate representation of color #77C2DE: hue angle of 196.31º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C2DE is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119194222-
CMYK0.460.1300.13
HSL196.31º60.95%66.86%-
HSV(B)196.31º46.4%87.06%-
XYZ40.0847.7876.22-
YUV174.77154.6588.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.24%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=22.24%
G=36.26%
B=41.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191942220.460.1300.13196.3160.9566.86
Hex77C2DE2ED0Dc43d43
Octal167302336561501530475103
Binary11101111100001011011110101110110101101110001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,194,222); }

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

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

 a { background-color: rgb(119,194,222); }

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

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

 span { border-color: rgb(119,194,222); }

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