Shades of Spray #70CACE
Tints of Spray #70CACE
RGB
CMYK
RGB Variations
Color information
#70CACE (or 0x70CACE) is known color: Spray. HEX triplet: 70, CA and CE. RGB value is (112,202,206). Sum of RGB (Red+Green+Blue) = 112+202+206=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #70CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CACE is #8F3531. Grayscale: #AFAFAF. Windows color (decimal): -9385266 or 13552240. OLE color: 13552240.
HSL color Cylindrical-coordinate representation of color #70CACE: hue angle of 182.55º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CACE is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 202 | 206 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.19 |
| HSL | 182.55º | 0.49% | 0.62% | - |
| HSV(B) | 182.55º | 0.46% | 0.81% | - |
| XYZ | 38.94 | 50.14 | 66.02 | - |
| YUV | 175.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 206 | 0.46 | 0.02 | 0 | 0.19 | 182.55 | 0.49 | 0.62 |
| Hex | 70 | CA | CE | 2E | 2 | 0 | 13 | B7 | 31 | 3E |
| Octal | 160 | 312 | 316 | 56 | 2 | 0 | 23 | 267 | 61 | 76 |
| Binary | 1110000 | 11001010 | 11001110 | 101110 | 10 | 0 | 10011 | 10110111 | 110001 | 111110 |
Color Harmonies of #70CACE
Complementary color
Monochromatic Colors of #70CACE
Black with #70CACE
Text Example
Text Example
White with #70CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CACE; }
p { color: rgb(112,202,206); }
H1.HeaderClassName
{
color: #70CACE;
}
.AnyTagClassName
{
color: #70CACE;
}
</style>
background-color css
<style>
a { background-color: #70CACE; }
a { background-color: rgb(112,202,206); }
div.DivClassName
{
background-color: #70CACE;
}
.BgClassName
{
background-color: #70CACE;
}
</style>
border-color css
<style>
span { border-color: #70CACE; }
span { border-color: rgb(112,202,206); }
td.TdClassName
{
border-color: #70CACE;
}
.TagClassName
{
border-color: #70CACE;
}
</style>