Shades of Spray #72CDD0
Tints of Spray #72CDD0
RGB
CMYK
RGB Variations
Color information
#72CDD0 (or 0x72CDD0) is known color: Spray. HEX triplet: 72, CD and D0. RGB value is (114,205,208). Sum of RGB (Red+Green+Blue) = 114+205+208=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #72CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDD0 is #8D322F. Grayscale: #B2B2B2. Windows color (decimal): -9253424 or 13684082. OLE color: 13684082.
HSL color Cylindrical-coordinate representation of color #72CDD0: hue angle of 181.91º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CDD0 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 205 | 208 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.18 |
| HSL | 181.91º | 0.5% | 0.63% | - |
| HSV(B) | 181.91º | 0.45% | 0.82% | - |
| XYZ | 40.16 | 51.79 | 67.56 | - |
| YUV | 178.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 205 | 208 | 0.45 | 0.01 | 0 | 0.18 | 181.91 | 0.5 | 0.63 |
| Hex | 72 | CD | D0 | 2D | 1 | 0 | 12 | B6 | 32 | 3F |
| Octal | 162 | 315 | 320 | 55 | 1 | 0 | 22 | 266 | 62 | 77 |
| Binary | 1110010 | 11001101 | 11010000 | 101101 | 1 | 0 | 10010 | 10110110 | 110010 | 111111 |
Color Harmonies of #72CDD0
Complementary color
Monochromatic Colors of #72CDD0
Black with #72CDD0
Text Example
Text Example
White with #72CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CDD0; }
p { color: rgb(114,205,208); }
H1.HeaderClassName
{
color: #72CDD0;
}
.AnyTagClassName
{
color: #72CDD0;
}
</style>
background-color css
<style>
a { background-color: #72CDD0; }
a { background-color: rgb(114,205,208); }
div.DivClassName
{
background-color: #72CDD0;
}
.BgClassName
{
background-color: #72CDD0;
}
</style>
border-color css
<style>
span { border-color: #72CDD0; }
span { border-color: rgb(114,205,208); }
td.TdClassName
{
border-color: #72CDD0;
}
.TagClassName
{
border-color: #72CDD0;
}
</style>