Shades of Spray #72CCDB
Tints of Spray #72CCDB
RGB
CMYK
RGB Variations
Color information
#72CCDB (or 0x72CCDB) is known color: Spray. HEX triplet: 72, CC and DB. RGB value is (114,204,219). Sum of RGB (Red+Green+Blue) = 114+204+219=537 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.23% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #72CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCDB is #8D3324. Grayscale: #B2B2B2. Windows color (decimal): -9253669 or 14404722. OLE color: 14404722.
HSL color Cylindrical-coordinate representation of color #72CCDB: hue angle of 188.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72CCDB is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 204 | 219 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.14 |
| HSL | 188.57º | 0.59% | 0.65% | - |
| HSV(B) | 188.57º | 0.48% | 0.86% | - |
| XYZ | 41.32 | 51.88 | 74.85 | - |
| YUV | 178.8 | 150.68 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 219 | 0.48 | 0.07 | 0 | 0.14 | 188.57 | 0.59 | 0.65 |
| Hex | 72 | CC | DB | 30 | 7 | 0 | E | BD | 3B | 41 |
| Octal | 162 | 314 | 333 | 60 | 7 | 0 | 16 | 275 | 73 | 101 |
| Binary | 1110010 | 11001100 | 11011011 | 110000 | 111 | 0 | 1110 | 10111101 | 111011 | 1000001 |
Color Harmonies of #72CCDB
Complementary color
Monochromatic Colors of #72CCDB
Black with #72CCDB
Text Example
Text Example
White with #72CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CCDB; }
p { color: rgb(114,204,219); }
H1.HeaderClassName
{
color: #72CCDB;
}
.AnyTagClassName
{
color: #72CCDB;
}
</style>
background-color css
<style>
a { background-color: #72CCDB; }
a { background-color: rgb(114,204,219); }
div.DivClassName
{
background-color: #72CCDB;
}
.BgClassName
{
background-color: #72CCDB;
}
</style>
border-color css
<style>
span { border-color: #72CCDB; }
span { border-color: rgb(114,204,219); }
td.TdClassName
{
border-color: #72CCDB;
}
.TagClassName
{
border-color: #72CCDB;
}
</style>