Shades of Spray #72CAE7
Tints of Spray #72CAE7
RGB
CMYK
RGB Variations
Color information
#72CAE7 (or 0x72CAE7) is known color: Spray. HEX triplet: 72, CA and E7. RGB value is (114,202,231). Sum of RGB (Red+Green+Blue) = 114+202+231=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #72CAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CAE7 is #8D3518. Grayscale: #B2B2B2. Windows color (decimal): -9254169 or 15190642. OLE color: 15190642.
HSL color Cylindrical-coordinate representation of color #72CAE7: hue angle of 194.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72CAE7 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 202 | 231 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.09 |
| HSL | 194.87º | 0.71% | 0.68% | - |
| HSV(B) | 194.87º | 0.51% | 0.91% | - |
| XYZ | 42.48 | 51.59 | 83.32 | - |
| YUV | 178.99 | 157.35 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 231 | 0.51 | 0.13 | 0 | 0.09 | 194.87 | 0.71 | 0.68 |
| Hex | 72 | CA | E7 | 33 | D | 0 | 9 | C3 | 47 | 44 |
| Octal | 162 | 312 | 347 | 63 | 15 | 0 | 11 | 303 | 107 | 104 |
| Binary | 1110010 | 11001010 | 11100111 | 110011 | 1101 | 0 | 1001 | 11000011 | 1000111 | 1000100 |
Color Harmonies of #72CAE7
Complementary color
Monochromatic Colors of #72CAE7
Black with #72CAE7
Text Example
Text Example
White with #72CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CAE7; }
p { color: rgb(114,202,231); }
H1.HeaderClassName
{
color: #72CAE7;
}
.AnyTagClassName
{
color: #72CAE7;
}
</style>
background-color css
<style>
a { background-color: #72CAE7; }
a { background-color: rgb(114,202,231); }
div.DivClassName
{
background-color: #72CAE7;
}
.BgClassName
{
background-color: #72CAE7;
}
</style>
border-color css
<style>
span { border-color: #72CAE7; }
span { border-color: rgb(114,202,231); }
td.TdClassName
{
border-color: #72CAE7;
}
.TagClassName
{
border-color: #72CAE7;
}
</style>