Shades of Spray #72C8D0
Tints of Spray #72C8D0
RGB
CMYK
RGB Variations
Color information
#72C8D0 (or 0x72C8D0) is known color: Spray. HEX triplet: 72, C8 and D0. RGB value is (114,200,208). Sum of RGB (Red+Green+Blue) = 114+200+208=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #72C8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C8D0 is #8D372F. Grayscale: #AFAFAF. Windows color (decimal): -9254704 or 13682802. OLE color: 13682802.
HSL color Cylindrical-coordinate representation of color #72C8D0: hue angle of 185.11º 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 #72C8D0 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 200 | 208 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.18 |
| HSL | 185.11º | 0.5% | 0.63% | - |
| HSV(B) | 185.11º | 0.45% | 0.82% | - |
| XYZ | 38.98 | 49.44 | 67.16 | - |
| YUV | 175.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 208 | 0.45 | 0.04 | 0 | 0.18 | 185.11 | 0.5 | 0.63 |
| Hex | 72 | C8 | D0 | 2D | 4 | 0 | 12 | B9 | 32 | 3F |
| Octal | 162 | 310 | 320 | 55 | 4 | 0 | 22 | 271 | 62 | 77 |
| Binary | 1110010 | 11001000 | 11010000 | 101101 | 100 | 0 | 10010 | 10111001 | 110010 | 111111 |
Color Harmonies of #72C8D0
Complementary color
Monochromatic Colors of #72C8D0
Black with #72C8D0
Text Example
Text Example
White with #72C8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C8D0; }
p { color: rgb(114,200,208); }
H1.HeaderClassName
{
color: #72C8D0;
}
.AnyTagClassName
{
color: #72C8D0;
}
</style>
background-color css
<style>
a { background-color: #72C8D0; }
a { background-color: rgb(114,200,208); }
div.DivClassName
{
background-color: #72C8D0;
}
.BgClassName
{
background-color: #72C8D0;
}
</style>
border-color css
<style>
span { border-color: #72C8D0; }
span { border-color: rgb(114,200,208); }
td.TdClassName
{
border-color: #72C8D0;
}
.TagClassName
{
border-color: #72C8D0;
}
</style>