Shades of Spray #72CCD7
Tints of Spray #72CCD7
RGB
CMYK
RGB Variations
Color information
#72CCD7 (or 0x72CCD7) is known color: Spray. HEX triplet: 72, CC and D7. RGB value is (114,204,215). Sum of RGB (Red+Green+Blue) = 114+204+215=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #72CCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCD7 is #8D3328. Grayscale: #B2B2B2. Windows color (decimal): -9253673 or 14142578. OLE color: 14142578.
HSL color Cylindrical-coordinate representation of color #72CCD7: hue angle of 186.53º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72CCD7 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 204 | 215 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.16 |
| HSL | 186.53º | 0.56% | 0.65% | - |
| HSV(B) | 186.53º | 0.47% | 0.84% | - |
| XYZ | 40.8 | 51.67 | 72.11 | - |
| YUV | 178.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 215 | 0.47 | 0.05 | 0 | 0.16 | 186.53 | 0.56 | 0.65 |
| Hex | 72 | CC | D7 | 2F | 5 | 0 | 10 | BB | 38 | 41 |
| Octal | 162 | 314 | 327 | 57 | 5 | 0 | 20 | 273 | 70 | 101 |
| Binary | 1110010 | 11001100 | 11010111 | 101111 | 101 | 0 | 10000 | 10111011 | 111000 | 1000001 |
Color Harmonies of #72CCD7
Complementary color
Monochromatic Colors of #72CCD7
Black with #72CCD7
Text Example
Text Example
White with #72CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CCD7; }
p { color: rgb(114,204,215); }
H1.HeaderClassName
{
color: #72CCD7;
}
.AnyTagClassName
{
color: #72CCD7;
}
</style>
background-color css
<style>
a { background-color: #72CCD7; }
a { background-color: rgb(114,204,215); }
div.DivClassName
{
background-color: #72CCD7;
}
.BgClassName
{
background-color: #72CCD7;
}
</style>
border-color css
<style>
span { border-color: #72CCD7; }
span { border-color: rgb(114,204,215); }
td.TdClassName
{
border-color: #72CCD7;
}
.TagClassName
{
border-color: #72CCD7;
}
</style>