Shades of Spray #72CBDB
Tints of Spray #72CBDB
RGB
CMYK
RGB Variations
Color information
#72CBDB (or 0x72CBDB) is known color: Spray. HEX triplet: 72, CB and DB. RGB value is (114,203,219). Sum of RGB (Red+Green+Blue) = 114+203+219=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #72CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBDB is #8D3424. Grayscale: #B2B2B2. Windows color (decimal): -9253925 or 14404466. OLE color: 14404466.
HSL color Cylindrical-coordinate representation of color #72CBDB: hue angle of 189.14º 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 #72CBDB is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 203 | 219 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.14 |
| HSL | 189.14º | 0.59% | 0.65% | - |
| HSV(B) | 189.14º | 0.48% | 0.86% | - |
| XYZ | 41.08 | 51.4 | 74.77 | - |
| YUV | 178.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 219 | 0.48 | 0.07 | 0 | 0.14 | 189.14 | 0.59 | 0.65 |
| Hex | 72 | CB | DB | 30 | 7 | 0 | E | BD | 3B | 41 |
| Octal | 162 | 313 | 333 | 60 | 7 | 0 | 16 | 275 | 73 | 101 |
| Binary | 1110010 | 11001011 | 11011011 | 110000 | 111 | 0 | 1110 | 10111101 | 111011 | 1000001 |
Color Harmonies of #72CBDB
Complementary color
Monochromatic Colors of #72CBDB
Black with #72CBDB
Text Example
Text Example
White with #72CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CBDB; }
p { color: rgb(114,203,219); }
H1.HeaderClassName
{
color: #72CBDB;
}
.AnyTagClassName
{
color: #72CBDB;
}
</style>
background-color css
<style>
a { background-color: #72CBDB; }
a { background-color: rgb(114,203,219); }
div.DivClassName
{
background-color: #72CBDB;
}
.BgClassName
{
background-color: #72CBDB;
}
</style>
border-color css
<style>
span { border-color: #72CBDB; }
span { border-color: rgb(114,203,219); }
td.TdClassName
{
border-color: #72CBDB;
}
.TagClassName
{
border-color: #72CBDB;
}
</style>