Shades of Spray #72C7DC
Tints of Spray #72C7DC
RGB
CMYK
RGB Variations
Color information
#72C7DC (or 0x72C7DC) is known color: Spray. HEX triplet: 72, C7 and DC. RGB value is (114,199,220). Sum of RGB (Red+Green+Blue) = 114+199+220=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #72C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C7DC is #8D3823. Grayscale: #AFAFAF. Windows color (decimal): -9254948 or 14468978. OLE color: 14468978.
HSL color Cylindrical-coordinate representation of color #72C7DC: hue angle of 191.89º degrees, saturation: 0.6, 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 #72C7DC is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 199 | 220 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.14 |
| HSL | 191.89º | 0.6% | 0.65% | - |
| HSV(B) | 191.89º | 0.48% | 0.86% | - |
| XYZ | 40.28 | 49.59 | 75.16 | - |
| YUV | 175.98 | 152.84 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 199 | 220 | 0.48 | 0.10 | 0 | 0.14 | 191.89 | 0.6 | 0.65 |
| Hex | 72 | C7 | DC | 30 | A | 0 | E | C0 | 3C | 41 |
| Octal | 162 | 307 | 334 | 60 | 12 | 0 | 16 | 300 | 74 | 101 |
| Binary | 1110010 | 11000111 | 11011100 | 110000 | 1010 | 0 | 1110 | 11000000 | 111100 | 1000001 |
Color Harmonies of #72C7DC
Complementary color
Monochromatic Colors of #72C7DC
Black with #72C7DC
Text Example
Text Example
White with #72C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C7DC; }
p { color: rgb(114,199,220); }
H1.HeaderClassName
{
color: #72C7DC;
}
.AnyTagClassName
{
color: #72C7DC;
}
</style>
background-color css
<style>
a { background-color: #72C7DC; }
a { background-color: rgb(114,199,220); }
div.DivClassName
{
background-color: #72C7DC;
}
.BgClassName
{
background-color: #72C7DC;
}
</style>
border-color css
<style>
span { border-color: #72C7DC; }
span { border-color: rgb(114,199,220); }
td.TdClassName
{
border-color: #72C7DC;
}
.TagClassName
{
border-color: #72C7DC;
}
</style>