Shades of Spray #77CDE8
Tints of Spray #77CDE8
RGB
CMYK
RGB Variations
Color information
#77CDE8 (or 0x77CDE8) is known color: Spray. HEX triplet: 77, CD and E8. RGB value is (119,205,232). Sum of RGB (Red+Green+Blue) = 119+205+232=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #77CDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDE8 is #883217. Grayscale: #B6B6B6. Windows color (decimal): -8925720 or 15256951. OLE color: 15256951.
HSL color Cylindrical-coordinate representation of color #77CDE8: hue angle of 194.34º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77CDE8 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 205 | 232 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.09 |
| HSL | 194.34º | 0.71% | 0.69% | - |
| HSV(B) | 194.34º | 0.49% | 0.91% | - |
| XYZ | 44 | 53.41 | 84.33 | - |
| YUV | 182.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 232 | 0.49 | 0.12 | 0 | 0.09 | 194.34 | 0.71 | 0.69 |
| Hex | 77 | CD | E8 | 31 | C | 0 | 9 | C2 | 47 | 45 |
| Octal | 167 | 315 | 350 | 61 | 14 | 0 | 11 | 302 | 107 | 105 |
| Binary | 1110111 | 11001101 | 11101000 | 110001 | 1100 | 0 | 1001 | 11000010 | 1000111 | 1000101 |
Color Harmonies of #77CDE8
Complementary color
Monochromatic Colors of #77CDE8
Black with #77CDE8
Text Example
Text Example
White with #77CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDE8; }
p { color: rgb(119,205,232); }
H1.HeaderClassName
{
color: #77CDE8;
}
.AnyTagClassName
{
color: #77CDE8;
}
</style>
background-color css
<style>
a { background-color: #77CDE8; }
a { background-color: rgb(119,205,232); }
div.DivClassName
{
background-color: #77CDE8;
}
.BgClassName
{
background-color: #77CDE8;
}
</style>
border-color css
<style>
span { border-color: #77CDE8; }
span { border-color: rgb(119,205,232); }
td.TdClassName
{
border-color: #77CDE8;
}
.TagClassName
{
border-color: #77CDE8;
}
</style>