Shades of Spray #72C7E6
Tints of Spray #72C7E6
RGB
CMYK
RGB Variations
Color information
#72C7E6 (or 0x72C7E6) is known color: Spray. HEX triplet: 72, C7 and E6. RGB value is (114,199,230). Sum of RGB (Red+Green+Blue) = 114+199+230=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #72C7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C7E6 is #8D3819. Grayscale: #B0B0B0. Windows color (decimal): -9254938 or 15124338. OLE color: 15124338.
HSL color Cylindrical-coordinate representation of color #72C7E6: hue angle of 196.03º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72C7E6 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 199 | 230 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.10 |
| HSL | 196.03º | 0.7% | 0.67% | - |
| HSV(B) | 196.03º | 0.5% | 0.9% | - |
| XYZ | 41.65 | 50.14 | 82.35 | - |
| YUV | 177.12 | 157.84 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 199 | 230 | 0.50 | 0.13 | 0 | 0.10 | 196.03 | 0.7 | 0.67 |
| Hex | 72 | C7 | E6 | 32 | D | 0 | A | C4 | 46 | 43 |
| Octal | 162 | 307 | 346 | 62 | 15 | 0 | 12 | 304 | 106 | 103 |
| Binary | 1110010 | 11000111 | 11100110 | 110010 | 1101 | 0 | 1010 | 11000100 | 1000110 | 1000011 |
Color Harmonies of #72C7E6
Complementary color
Monochromatic Colors of #72C7E6
Black with #72C7E6
Text Example
Text Example
White with #72C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C7E6; }
p { color: rgb(114,199,230); }
H1.HeaderClassName
{
color: #72C7E6;
}
.AnyTagClassName
{
color: #72C7E6;
}
</style>
background-color css
<style>
a { background-color: #72C7E6; }
a { background-color: rgb(114,199,230); }
div.DivClassName
{
background-color: #72C7E6;
}
.BgClassName
{
background-color: #72C7E6;
}
</style>
border-color css
<style>
span { border-color: #72C7E6; }
span { border-color: rgb(114,199,230); }
td.TdClassName
{
border-color: #72C7E6;
}
.TagClassName
{
border-color: #72C7E6;
}
</style>