Shades of Spray #72CFDD
Tints of Spray #72CFDD
RGB
CMYK
RGB Variations
Color information
#72CFDD (or 0x72CFDD) is known color: Spray. HEX triplet: 72, CF and DD. RGB value is (114,207,221). Sum of RGB (Red+Green+Blue) = 114+207+221=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #72CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFDD is #8D3022. Grayscale: #B4B4B4. Windows color (decimal): -9252899 or 14536562. OLE color: 14536562.
HSL color Cylindrical-coordinate representation of color #72CFDD: hue angle of 187.85º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72CFDD is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 207 | 221 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.13 |
| HSL | 187.85º | 0.61% | 0.66% | - |
| HSV(B) | 187.85º | 0.48% | 0.87% | - |
| XYZ | 42.3 | 53.42 | 76.49 | - |
| YUV | 180.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 221 | 0.48 | 0.06 | 0 | 0.13 | 187.85 | 0.61 | 0.66 |
| Hex | 72 | CF | DD | 30 | 6 | 0 | D | BC | 3D | 42 |
| Octal | 162 | 317 | 335 | 60 | 6 | 0 | 15 | 274 | 75 | 102 |
| Binary | 1110010 | 11001111 | 11011101 | 110000 | 110 | 0 | 1101 | 10111100 | 111101 | 1000010 |
Color Harmonies of #72CFDD
Complementary color
Monochromatic Colors of #72CFDD
Black with #72CFDD
Text Example
Text Example
White with #72CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFDD; }
p { color: rgb(114,207,221); }
H1.HeaderClassName
{
color: #72CFDD;
}
.AnyTagClassName
{
color: #72CFDD;
}
</style>
background-color css
<style>
a { background-color: #72CFDD; }
a { background-color: rgb(114,207,221); }
div.DivClassName
{
background-color: #72CFDD;
}
.BgClassName
{
background-color: #72CFDD;
}
</style>
border-color css
<style>
span { border-color: #72CFDD; }
span { border-color: rgb(114,207,221); }
td.TdClassName
{
border-color: #72CFDD;
}
.TagClassName
{
border-color: #72CFDD;
}
</style>