Shades of Spray #72CADA
Tints of Spray #72CADA
RGB
CMYK
RGB Variations
Color information
#72CADA (or 0x72CADA) is known color: Spray. HEX triplet: 72, CA and DA. RGB value is (114,202,218). Sum of RGB (Red+Green+Blue) = 114+202+218=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #72CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CADA is #8D3525. Grayscale: #B1B1B1. Windows color (decimal): -9254182 or 14338674. OLE color: 14338674.
HSL color Cylindrical-coordinate representation of color #72CADA: hue angle of 189.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72CADA is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 202 | 218 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.15 |
| HSL | 189.23º | 0.58% | 0.65% | - |
| HSV(B) | 189.23º | 0.48% | 0.85% | - |
| XYZ | 40.71 | 50.88 | 74 | - |
| YUV | 177.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 218 | 0.48 | 0.07 | 0 | 0.15 | 189.23 | 0.58 | 0.65 |
| Hex | 72 | CA | DA | 30 | 7 | 0 | F | BD | 3A | 41 |
| Octal | 162 | 312 | 332 | 60 | 7 | 0 | 17 | 275 | 72 | 101 |
| Binary | 1110010 | 11001010 | 11011010 | 110000 | 111 | 0 | 1111 | 10111101 | 111010 | 1000001 |
Color Harmonies of #72CADA
Complementary color
Monochromatic Colors of #72CADA
Black with #72CADA
Text Example
Text Example
White with #72CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CADA; }
p { color: rgb(114,202,218); }
H1.HeaderClassName
{
color: #72CADA;
}
.AnyTagClassName
{
color: #72CADA;
}
</style>
background-color css
<style>
a { background-color: #72CADA; }
a { background-color: rgb(114,202,218); }
div.DivClassName
{
background-color: #72CADA;
}
.BgClassName
{
background-color: #72CADA;
}
</style>
border-color css
<style>
span { border-color: #72CADA; }
span { border-color: rgb(114,202,218); }
td.TdClassName
{
border-color: #72CADA;
}
.TagClassName
{
border-color: #72CADA;
}
</style>