Shades of Spray #72CFDB
Tints of Spray #72CFDB
RGB
CMYK
RGB Variations
Color information
#72CFDB (or 0x72CFDB) is known color: Spray. HEX triplet: 72, CF and DB. RGB value is (114,207,219). Sum of RGB (Red+Green+Blue) = 114+207+219=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #72CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFDB is #8D3024. Grayscale: #B4B4B4. Windows color (decimal): -9252901 or 14405490. OLE color: 14405490.
HSL color Cylindrical-coordinate representation of color #72CFDB: hue angle of 186.86º 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 #72CFDB is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 207 | 219 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.14 |
| HSL | 186.86º | 0.59% | 0.65% | - |
| HSV(B) | 186.86º | 0.48% | 0.86% | - |
| XYZ | 42.04 | 53.32 | 75.09 | - |
| YUV | 180.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 219 | 0.48 | 0.05 | 0 | 0.14 | 186.86 | 0.59 | 0.65 |
| Hex | 72 | CF | DB | 30 | 5 | 0 | E | BB | 3B | 41 |
| Octal | 162 | 317 | 333 | 60 | 5 | 0 | 16 | 273 | 73 | 101 |
| Binary | 1110010 | 11001111 | 11011011 | 110000 | 101 | 0 | 1110 | 10111011 | 111011 | 1000001 |
Color Harmonies of #72CFDB
Complementary color
Monochromatic Colors of #72CFDB
Black with #72CFDB
Text Example
Text Example
White with #72CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFDB; }
p { color: rgb(114,207,219); }
H1.HeaderClassName
{
color: #72CFDB;
}
.AnyTagClassName
{
color: #72CFDB;
}
</style>
background-color css
<style>
a { background-color: #72CFDB; }
a { background-color: rgb(114,207,219); }
div.DivClassName
{
background-color: #72CFDB;
}
.BgClassName
{
background-color: #72CFDB;
}
</style>
border-color css
<style>
span { border-color: #72CFDB; }
span { border-color: rgb(114,207,219); }
td.TdClassName
{
border-color: #72CFDB;
}
.TagClassName
{
border-color: #72CFDB;
}
</style>