Shades of Spray #77CBD8
Tints of Spray #77CBD8
RGB
CMYK
RGB Variations
Color information
#77CBD8 (or 0x77CBD8) is known color: Spray. HEX triplet: 77, CB and D8. RGB value is (119,203,216). Sum of RGB (Red+Green+Blue) = 119+203+216=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #77CBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBD8 is #883427. Grayscale: #B3B3B3. Windows color (decimal): -8926248 or 14207863. OLE color: 14207863.
HSL color Cylindrical-coordinate representation of color #77CBD8: hue angle of 188.04º 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 #77CBD8 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 203 | 216 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.15 |
| HSL | 188.04º | 0.55% | 0.66% | - |
| HSV(B) | 188.04º | 0.45% | 0.85% | - |
| XYZ | 41.36 | 51.59 | 72.74 | - |
| YUV | 179.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 216 | 0.45 | 0.06 | 0 | 0.15 | 188.04 | 0.55 | 0.66 |
| Hex | 77 | CB | D8 | 2D | 6 | 0 | F | BC | 37 | 42 |
| Octal | 167 | 313 | 330 | 55 | 6 | 0 | 17 | 274 | 67 | 102 |
| Binary | 1110111 | 11001011 | 11011000 | 101101 | 110 | 0 | 1111 | 10111100 | 110111 | 1000010 |
Color Harmonies of #77CBD8
Complementary color
Monochromatic Colors of #77CBD8
Black with #77CBD8
Text Example
Text Example
White with #77CBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CBD8; }
p { color: rgb(119,203,216); }
H1.HeaderClassName
{
color: #77CBD8;
}
.AnyTagClassName
{
color: #77CBD8;
}
</style>
background-color css
<style>
a { background-color: #77CBD8; }
a { background-color: rgb(119,203,216); }
div.DivClassName
{
background-color: #77CBD8;
}
.BgClassName
{
background-color: #77CBD8;
}
</style>
border-color css
<style>
span { border-color: #77CBD8; }
span { border-color: rgb(119,203,216); }
td.TdClassName
{
border-color: #77CBD8;
}
.TagClassName
{
border-color: #77CBD8;
}
</style>