Shades of Spray #72CFDF
Tints of Spray #72CFDF
RGB
CMYK
RGB Variations
Color information
#72CFDF (or 0x72CFDF) is known color: Spray. HEX triplet: 72, CF and DF. RGB value is (114,207,223). Sum of RGB (Red+Green+Blue) = 114+207+223=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #72CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFDF is #8D3020. Grayscale: #B4B4B4. Windows color (decimal): -9252897 or 14667634. OLE color: 14667634.
HSL color Cylindrical-coordinate representation of color #72CFDF: hue angle of 188.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72CFDF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 207 | 223 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.13 |
| HSL | 188.81º | 0.63% | 0.66% | - |
| HSV(B) | 188.81º | 0.49% | 0.87% | - |
| XYZ | 42.57 | 53.53 | 77.9 | - |
| YUV | 181.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 223 | 0.49 | 0.07 | 0 | 0.13 | 188.81 | 0.63 | 0.66 |
| Hex | 72 | CF | DF | 31 | 7 | 0 | D | BD | 3F | 42 |
| Octal | 162 | 317 | 337 | 61 | 7 | 0 | 15 | 275 | 77 | 102 |
| Binary | 1110010 | 11001111 | 11011111 | 110001 | 111 | 0 | 1101 | 10111101 | 111111 | 1000010 |
Color Harmonies of #72CFDF
Complementary color
Monochromatic Colors of #72CFDF
Black with #72CFDF
Text Example
Text Example
White with #72CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFDF; }
p { color: rgb(114,207,223); }
H1.HeaderClassName
{
color: #72CFDF;
}
.AnyTagClassName
{
color: #72CFDF;
}
</style>
background-color css
<style>
a { background-color: #72CFDF; }
a { background-color: rgb(114,207,223); }
div.DivClassName
{
background-color: #72CFDF;
}
.BgClassName
{
background-color: #72CFDF;
}
</style>
border-color css
<style>
span { border-color: #72CFDF; }
span { border-color: rgb(114,207,223); }
td.TdClassName
{
border-color: #72CFDF;
}
.TagClassName
{
border-color: #72CFDF;
}
</style>