Shades of Spray #72CDDB
Tints of Spray #72CDDB
RGB
CMYK
RGB Variations
Color information
#72CDDB (or 0x72CDDB) is known color: Spray. HEX triplet: 72, CD and DB. RGB value is (114,205,219). Sum of RGB (Red+Green+Blue) = 114+205+219=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #72CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDDB is #8D3224. Grayscale: #B3B3B3. Windows color (decimal): -9253413 or 14404978. OLE color: 14404978.
HSL color Cylindrical-coordinate representation of color #72CDDB: hue angle of 188º 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 #72CDDB is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 205 | 219 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.14 |
| HSL | 188º | 0.59% | 0.65% | - |
| HSV(B) | 188º | 0.48% | 0.86% | - |
| XYZ | 41.56 | 52.35 | 74.93 | - |
| YUV | 179.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 205 | 219 | 0.48 | 0.06 | 0 | 0.14 | 188 | 0.59 | 0.65 |
| Hex | 72 | CD | DB | 30 | 6 | 0 | E | BC | 3B | 41 |
| Octal | 162 | 315 | 333 | 60 | 6 | 0 | 16 | 274 | 73 | 101 |
| Binary | 1110010 | 11001101 | 11011011 | 110000 | 110 | 0 | 1110 | 10111100 | 111011 | 1000001 |
Color Harmonies of #72CDDB
Complementary color
Monochromatic Colors of #72CDDB
Black with #72CDDB
Text Example
Text Example
White with #72CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CDDB; }
p { color: rgb(114,205,219); }
H1.HeaderClassName
{
color: #72CDDB;
}
.AnyTagClassName
{
color: #72CDDB;
}
</style>
background-color css
<style>
a { background-color: #72CDDB; }
a { background-color: rgb(114,205,219); }
div.DivClassName
{
background-color: #72CDDB;
}
.BgClassName
{
background-color: #72CDDB;
}
</style>
border-color css
<style>
span { border-color: #72CDDB; }
span { border-color: rgb(114,205,219); }
td.TdClassName
{
border-color: #72CDDB;
}
.TagClassName
{
border-color: #72CDDB;
}
</style>