Shades of Spray #77CDD8
Tints of Spray #77CDD8
RGB
CMYK
RGB Variations
Color information
#77CDD8 (or 0x77CDD8) is known color: Spray. HEX triplet: 77, CD and D8. RGB value is (119,205,216). Sum of RGB (Red+Green+Blue) = 119+205+216=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #77CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDD8 is #883227. Grayscale: #B4B4B4. Windows color (decimal): -8925736 or 14208375. OLE color: 14208375.
HSL color Cylindrical-coordinate representation of color #77CDD8: hue angle of 186.8º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77CDD8 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 205 | 216 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.15 |
| HSL | 186.8º | 0.55% | 0.66% | - |
| HSV(B) | 186.8º | 0.45% | 0.85% | - |
| XYZ | 41.83 | 52.54 | 72.9 | - |
| YUV | 180.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 216 | 0.45 | 0.05 | 0 | 0.15 | 186.8 | 0.55 | 0.66 |
| Hex | 77 | CD | D8 | 2D | 5 | 0 | F | BB | 37 | 42 |
| Octal | 167 | 315 | 330 | 55 | 5 | 0 | 17 | 273 | 67 | 102 |
| Binary | 1110111 | 11001101 | 11011000 | 101101 | 101 | 0 | 1111 | 10111011 | 110111 | 1000010 |
Color Harmonies of #77CDD8
Complementary color
Monochromatic Colors of #77CDD8
Black with #77CDD8
Text Example
Text Example
White with #77CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDD8; }
p { color: rgb(119,205,216); }
H1.HeaderClassName
{
color: #77CDD8;
}
.AnyTagClassName
{
color: #77CDD8;
}
</style>
background-color css
<style>
a { background-color: #77CDD8; }
a { background-color: rgb(119,205,216); }
div.DivClassName
{
background-color: #77CDD8;
}
.BgClassName
{
background-color: #77CDD8;
}
</style>
border-color css
<style>
span { border-color: #77CDD8; }
span { border-color: rgb(119,205,216); }
td.TdClassName
{
border-color: #77CDD8;
}
.TagClassName
{
border-color: #77CDD8;
}
</style>