Shades of Spray #72CFDC
Tints of Spray #72CFDC
RGB
CMYK
RGB Variations
Color information
#72CFDC (or 0x72CFDC) is known color: Spray. HEX triplet: 72, CF and DC. RGB value is (114,207,220). Sum of RGB (Red+Green+Blue) = 114+207+220=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #72CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFDC is #8D3023. Grayscale: #B4B4B4. Windows color (decimal): -9252900 or 14471026. OLE color: 14471026.
HSL color Cylindrical-coordinate representation of color #72CFDC: hue angle of 187.36º 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 #72CFDC is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 207 | 220 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.14 |
| HSL | 187.36º | 0.6% | 0.65% | - |
| HSV(B) | 187.36º | 0.48% | 0.86% | - |
| XYZ | 42.17 | 53.37 | 75.79 | - |
| YUV | 180.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 220 | 0.48 | 0.06 | 0 | 0.14 | 187.36 | 0.6 | 0.65 |
| Hex | 72 | CF | DC | 30 | 6 | 0 | E | BB | 3C | 41 |
| Octal | 162 | 317 | 334 | 60 | 6 | 0 | 16 | 273 | 74 | 101 |
| Binary | 1110010 | 11001111 | 11011100 | 110000 | 110 | 0 | 1110 | 10111011 | 111100 | 1000001 |
Color Harmonies of #72CFDC
Complementary color
Monochromatic Colors of #72CFDC
Black with #72CFDC
Text Example
Text Example
White with #72CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFDC; }
p { color: rgb(114,207,220); }
H1.HeaderClassName
{
color: #72CFDC;
}
.AnyTagClassName
{
color: #72CFDC;
}
</style>
background-color css
<style>
a { background-color: #72CFDC; }
a { background-color: rgb(114,207,220); }
div.DivClassName
{
background-color: #72CFDC;
}
.BgClassName
{
background-color: #72CFDC;
}
</style>
border-color css
<style>
span { border-color: #72CFDC; }
span { border-color: rgb(114,207,220); }
td.TdClassName
{
border-color: #72CFDC;
}
.TagClassName
{
border-color: #72CFDC;
}
</style>