Shades of Spray #72CCD0
Tints of Spray #72CCD0
RGB
CMYK
RGB Variations
Color information
#72CCD0 (or 0x72CCD0) is known color: Spray. HEX triplet: 72, CC and D0. RGB value is (114,204,208). Sum of RGB (Red+Green+Blue) = 114+204+208=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #72CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCD0 is #8D332F. Grayscale: #B1B1B1. Windows color (decimal): -9253680 or 13683826. OLE color: 13683826.
HSL color Cylindrical-coordinate representation of color #72CCD0: hue angle of 182.55º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CCD0 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 204 | 208 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.18 |
| HSL | 182.55º | 0.5% | 0.63% | - |
| HSV(B) | 182.55º | 0.45% | 0.82% | - |
| XYZ | 39.92 | 51.32 | 67.48 | - |
| YUV | 177.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 208 | 0.45 | 0.02 | 0 | 0.18 | 182.55 | 0.5 | 0.63 |
| Hex | 72 | CC | D0 | 2D | 2 | 0 | 12 | B7 | 32 | 3F |
| Octal | 162 | 314 | 320 | 55 | 2 | 0 | 22 | 267 | 62 | 77 |
| Binary | 1110010 | 11001100 | 11010000 | 101101 | 10 | 0 | 10010 | 10110111 | 110010 | 111111 |
Color Harmonies of #72CCD0
Complementary color
Monochromatic Colors of #72CCD0
Black with #72CCD0
Text Example
Text Example
White with #72CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CCD0; }
p { color: rgb(114,204,208); }
H1.HeaderClassName
{
color: #72CCD0;
}
.AnyTagClassName
{
color: #72CCD0;
}
</style>
background-color css
<style>
a { background-color: #72CCD0; }
a { background-color: rgb(114,204,208); }
div.DivClassName
{
background-color: #72CCD0;
}
.BgClassName
{
background-color: #72CCD0;
}
</style>
border-color css
<style>
span { border-color: #72CCD0; }
span { border-color: rgb(114,204,208); }
td.TdClassName
{
border-color: #72CCD0;
}
.TagClassName
{
border-color: #72CCD0;
}
</style>