Shades of Spray #70CED2
Tints of Spray #70CED2
RGB
CMYK
RGB Variations
Color information
#70CED2 (or 0x70CED2) is known color: Spray. HEX triplet: 70, CE and D2. RGB value is (112,206,210). Sum of RGB (Red+Green+Blue) = 112+206+210=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #70CED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CED2 is #8F312D. Grayscale: #B2B2B2. Windows color (decimal): -9384238 or 13815408. OLE color: 13815408.
HSL color Cylindrical-coordinate representation of color #70CED2: hue angle of 182.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70CED2 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 206 | 210 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.18 |
| HSL | 182.45º | 0.52% | 0.63% | - |
| HSV(B) | 182.45º | 0.47% | 0.82% | - |
| XYZ | 40.39 | 52.24 | 68.93 | - |
| YUV | 178.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 210 | 0.47 | 0.02 | 0 | 0.18 | 182.45 | 0.52 | 0.63 |
| Hex | 70 | CE | D2 | 2F | 2 | 0 | 12 | B6 | 34 | 3F |
| Octal | 160 | 316 | 322 | 57 | 2 | 0 | 22 | 266 | 64 | 77 |
| Binary | 1110000 | 11001110 | 11010010 | 101111 | 10 | 0 | 10010 | 10110110 | 110100 | 111111 |
Color Harmonies of #70CED2
Complementary color
Monochromatic Colors of #70CED2
Black with #70CED2
Text Example
Text Example
White with #70CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CED2; }
p { color: rgb(112,206,210); }
H1.HeaderClassName
{
color: #70CED2;
}
.AnyTagClassName
{
color: #70CED2;
}
</style>
background-color css
<style>
a { background-color: #70CED2; }
a { background-color: rgb(112,206,210); }
div.DivClassName
{
background-color: #70CED2;
}
.BgClassName
{
background-color: #70CED2;
}
</style>
border-color css
<style>
span { border-color: #70CED2; }
span { border-color: rgb(112,206,210); }
td.TdClassName
{
border-color: #70CED2;
}
.TagClassName
{
border-color: #70CED2;
}
</style>