Shades of Spray #70CAD4
Tints of Spray #70CAD4
RGB
CMYK
RGB Variations
Color information
#70CAD4 (or 0x70CAD4) is known color: Spray. HEX triplet: 70, CA and D4. RGB value is (112,202,212). Sum of RGB (Red+Green+Blue) = 112+202+212=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #70CAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAD4 is #8F352B. Grayscale: #B0B0B0. Windows color (decimal): -9385260 or 13945456. OLE color: 13945456.
HSL color Cylindrical-coordinate representation of color #70CAD4: hue angle of 186º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70CAD4 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 202 | 212 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.17 |
| HSL | 186º | 0.54% | 0.64% | - |
| HSV(B) | 186º | 0.47% | 0.83% | - |
| XYZ | 39.69 | 50.44 | 69.93 | - |
| YUV | 176.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 212 | 0.47 | 0.05 | 0 | 0.17 | 186 | 0.54 | 0.64 |
| Hex | 70 | CA | D4 | 2F | 5 | 0 | 11 | BA | 36 | 40 |
| Octal | 160 | 312 | 324 | 57 | 5 | 0 | 21 | 272 | 66 | 100 |
| Binary | 1110000 | 11001010 | 11010100 | 101111 | 101 | 0 | 10001 | 10111010 | 110110 | 1000000 |
Color Harmonies of #70CAD4
Complementary color
Monochromatic Colors of #70CAD4
Black with #70CAD4
Text Example
Text Example
White with #70CAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CAD4; }
p { color: rgb(112,202,212); }
H1.HeaderClassName
{
color: #70CAD4;
}
.AnyTagClassName
{
color: #70CAD4;
}
</style>
background-color css
<style>
a { background-color: #70CAD4; }
a { background-color: rgb(112,202,212); }
div.DivClassName
{
background-color: #70CAD4;
}
.BgClassName
{
background-color: #70CAD4;
}
</style>
border-color css
<style>
span { border-color: #70CAD4; }
span { border-color: rgb(112,202,212); }
td.TdClassName
{
border-color: #70CAD4;
}
.TagClassName
{
border-color: #70CAD4;
}
</style>