Shades of Spray #77CEDC
Tints of Spray #77CEDC
RGB
CMYK
RGB Variations
Color information
#77CEDC (or 0x77CEDC) is known color: 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
| RGB | 119 | 206 | 220 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.14 |
| HSL | 188.32º | 0.59% | 0.66% | - |
| HSV(B) | 188.32º | 0.46% | 0.86% | - |
| XYZ | 42.6 | 53.23 | 75.74 | - |
| YUV | 181.58 | 149.68 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 220 | 0.46 | 0.06 | 0 | 0.14 | 188.32 | 0.59 | 0.66 |
| Hex | 77 | CE | DC | 2E | 6 | 0 | E | BC | 3B | 42 |
| Octal | 167 | 316 | 334 | 56 | 6 | 0 | 16 | 274 | 73 | 102 |
| Binary | 1110111 | 11001110 | 11011100 | 101110 | 110 | 0 | 1110 | 10111100 | 111011 | 1000010 |
Color Harmonies of #77CEDC
Complementary color
Monochromatic Colors of #77CEDC
Black with #77CEDC
Text Example
Text Example
White with #77CEDC
Text Example
Text Example
HTML Codes & Css Web 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>