Shades of Spray #77CCDB
Tints of Spray #77CCDB
RGB
CMYK
RGB Variations
Color information
#77CCDB (or 0x77CCDB) is known color: Spray. HEX triplet: 77, CC and DB. RGB value is (119,204,219). Sum of RGB (Red+Green+Blue) = 119+204+219=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #77CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCDB is #883324. Grayscale: #B4B4B4. Windows color (decimal): -8925989 or 14404727. OLE color: 14404727.
HSL color Cylindrical-coordinate representation of color #77CCDB: hue angle of 189º degrees, saturation: 0.58, 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 #77CCDB is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 204 | 219 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.14 |
| HSL | 189º | 0.58% | 0.66% | - |
| HSV(B) | 189º | 0.46% | 0.86% | - |
| XYZ | 41.99 | 52.22 | 74.88 | - |
| YUV | 180.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 219 | 0.46 | 0.07 | 0 | 0.14 | 189 | 0.58 | 0.66 |
| Hex | 77 | CC | DB | 2E | 7 | 0 | E | BD | 3A | 42 |
| Octal | 167 | 314 | 333 | 56 | 7 | 0 | 16 | 275 | 72 | 102 |
| Binary | 1110111 | 11001100 | 11011011 | 101110 | 111 | 0 | 1110 | 10111101 | 111010 | 1000010 |
Color Harmonies of #77CCDB
Complementary color
Monochromatic Colors of #77CCDB
Black with #77CCDB
Text Example
Text Example
White with #77CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCDB; }
p { color: rgb(119,204,219); }
H1.HeaderClassName
{
color: #77CCDB;
}
.AnyTagClassName
{
color: #77CCDB;
}
</style>
background-color css
<style>
a { background-color: #77CCDB; }
a { background-color: rgb(119,204,219); }
div.DivClassName
{
background-color: #77CCDB;
}
.BgClassName
{
background-color: #77CCDB;
}
</style>
border-color css
<style>
span { border-color: #77CCDB; }
span { border-color: rgb(119,204,219); }
td.TdClassName
{
border-color: #77CCDB;
}
.TagClassName
{
border-color: #77CCDB;
}
</style>