#77C9DD

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

Shades of Spray #77C9DD

Tints of Spray #77C9DD

Color information

#77C9DD (or 0x77C9DD) is unknown color: approx Spray. HEX triplet: 77, C9 and DD. RGB value is (119,201,221). Sum of RGB (Red+Green+Blue) = 119+201+221=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #77C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9DD is #883622. Grayscale: #B2B2B2. Windows color (decimal): -8926755 or 14535031. OLE color: 14535031.

HSL color Cylindrical-coordinate representation of color #77C9DD: hue angle of 191.76º degrees, saturation: 0.6, 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 #77C9DD is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119201221-
CMYK0.460.0900.13
HSL191.76º60%66.67%-
HSV(B)191.76º46.15%86.67%-
XYZ41.5550.9276.04-
YUV178.76151.8385.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.00%
GREEN value IS 201 (78.91% from 255) = 37.15%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=22.00%
G=37.15%
B=40.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192012210.460.0900.13191.766066.67
Hex77C9DD2E90Dc03c43
Octal167311335561101530074103
Binary11101111100100111011101101110100101101110000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,201,221); }

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

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

 a { background-color: rgb(119,201,221); }

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

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

 span { border-color: rgb(119,201,221); }

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