Shades of Spray #70C6DC
Tints of Spray #70C6DC
RGB
CMYK
RGB Variations
Color information
#70C6DC (or 0x70C6DC) is known color: Spray. HEX triplet: 70, C6 and DC. RGB value is (112,198,220). Sum of RGB (Red+Green+Blue) = 112+198+220=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #70C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C6DC is #8F3923. Grayscale: #AEAEAE. Windows color (decimal): -9386276 or 14468720. OLE color: 14468720.
HSL color Cylindrical-coordinate representation of color #70C6DC: hue angle of 192.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70C6DC is Cyan = 0.49, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 198 | 220 | - |
| CMYK | 0.49 | 0.1 | 0 | 0.14 |
| HSL | 192.22º | 0.61% | 0.65% | - |
| HSV(B) | 192.22º | 0.49% | 0.86% | - |
| XYZ | 39.79 | 49 | 75.07 | - |
| YUV | 174.79 | 153.51 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 198 | 220 | 0.49 | 0.1 | 0 | 0.14 | 192.22 | 0.61 | 0.65 |
| Hex | 70 | C6 | DC | 31 | A | 0 | E | C0 | 3D | 41 |
| Octal | 160 | 306 | 334 | 61 | 12 | 0 | 16 | 300 | 75 | 101 |
| Binary | 1110000 | 11000110 | 11011100 | 110001 | 1010 | 0 | 1110 | 11000000 | 111101 | 1000001 |
Color Harmonies of #70C6DC
Complementary color
Monochromatic Colors of #70C6DC
Black with #70C6DC
Text Example
Text Example
White with #70C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C6DC; }
p { color: rgb(112,198,220); }
H1.HeaderClassName
{
color: #70C6DC;
}
.AnyTagClassName
{
color: #70C6DC;
}
</style>
background-color css
<style>
a { background-color: #70C6DC; }
a { background-color: rgb(112,198,220); }
div.DivClassName
{
background-color: #70C6DC;
}
.BgClassName
{
background-color: #70C6DC;
}
</style>
border-color css
<style>
span { border-color: #70C6DC; }
span { border-color: rgb(112,198,220); }
td.TdClassName
{
border-color: #70C6DC;
}
.TagClassName
{
border-color: #70C6DC;
}
</style>