Shades of Spray #70CADE
Tints of Spray #70CADE
RGB
CMYK
RGB Variations
Color information
#70CADE (or 0x70CADE) is known color: Spray. HEX triplet: 70, CA and DE. RGB value is (112,202,222). Sum of RGB (Red+Green+Blue) = 112+202+222=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #70CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CADE is #8F3521. Grayscale: #B1B1B1. Windows color (decimal): -9385250 or 14600816. OLE color: 14600816.
HSL color Cylindrical-coordinate representation of color #70CADE: hue angle of 190.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CADE is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 202 | 222 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.13 |
| HSL | 190.91º | 0.63% | 0.65% | - |
| HSV(B) | 190.91º | 0.5% | 0.87% | - |
| XYZ | 40.99 | 50.96 | 76.78 | - |
| YUV | 177.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 222 | 0.50 | 0.09 | 0 | 0.13 | 190.91 | 0.63 | 0.65 |
| Hex | 70 | CA | DE | 32 | 9 | 0 | D | BF | 3E | 41 |
| Octal | 160 | 312 | 336 | 62 | 11 | 0 | 15 | 277 | 76 | 101 |
| Binary | 1110000 | 11001010 | 11011110 | 110010 | 1001 | 0 | 1101 | 10111111 | 111110 | 1000001 |
Color Harmonies of #70CADE
Complementary color
Monochromatic Colors of #70CADE
Black with #70CADE
Text Example
Text Example
White with #70CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CADE; }
p { color: rgb(112,202,222); }
H1.HeaderClassName
{
color: #70CADE;
}
.AnyTagClassName
{
color: #70CADE;
}
</style>
background-color css
<style>
a { background-color: #70CADE; }
a { background-color: rgb(112,202,222); }
div.DivClassName
{
background-color: #70CADE;
}
.BgClassName
{
background-color: #70CADE;
}
</style>
border-color css
<style>
span { border-color: #70CADE; }
span { border-color: rgb(112,202,222); }
td.TdClassName
{
border-color: #70CADE;
}
.TagClassName
{
border-color: #70CADE;
}
</style>