Shades of Spray #72CCE8
Tints of Spray #72CCE8
RGB
CMYK
RGB Variations
Color information
#72CCE8 (or 0x72CCE8) is known color: Spray. HEX triplet: 72, CC and E8. RGB value is (114,204,232). Sum of RGB (Red+Green+Blue) = 114+204+232=550 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.73% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #72CCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CCE8 is #8D3317. Grayscale: #B4B4B4. Windows color (decimal): -9253656 or 15256690. OLE color: 15256690.
HSL color Cylindrical-coordinate representation of color #72CCE8: hue angle of 194.24º degrees, saturation: 0.72, 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 #72CCE8 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 204 | 232 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.09 |
| HSL | 194.24º | 0.72% | 0.68% | - |
| HSV(B) | 194.24º | 0.51% | 0.91% | - |
| XYZ | 43.1 | 52.59 | 84.22 | - |
| YUV | 180.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 232 | 0.51 | 0.12 | 0 | 0.09 | 194.24 | 0.72 | 0.68 |
| Hex | 72 | CC | E8 | 33 | C | 0 | 9 | C2 | 48 | 44 |
| Octal | 162 | 314 | 350 | 63 | 14 | 0 | 11 | 302 | 110 | 104 |
| Binary | 1110010 | 11001100 | 11101000 | 110011 | 1100 | 0 | 1001 | 11000010 | 1001000 | 1000100 |
Color Harmonies of #72CCE8
Complementary color
Monochromatic Colors of #72CCE8
Black with #72CCE8
Text Example
Text Example
White with #72CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CCE8; }
p { color: rgb(114,204,232); }
H1.HeaderClassName
{
color: #72CCE8;
}
.AnyTagClassName
{
color: #72CCE8;
}
</style>
background-color css
<style>
a { background-color: #72CCE8; }
a { background-color: rgb(114,204,232); }
div.DivClassName
{
background-color: #72CCE8;
}
.BgClassName
{
background-color: #72CCE8;
}
</style>
border-color css
<style>
span { border-color: #72CCE8; }
span { border-color: rgb(114,204,232); }
td.TdClassName
{
border-color: #72CCE8;
}
.TagClassName
{
border-color: #72CCE8;
}
</style>