Shades of Spray #70C7DC
Tints of Spray #70C7DC
RGB
CMYK
RGB Variations
Color information
#70C7DC (or 0x70C7DC) is known color: Spray. HEX triplet: 70, C7 and DC. RGB value is (112,199,220). Sum of RGB (Red+Green+Blue) = 112+199+220=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #70C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C7DC is #8F3823. Grayscale: #AFAFAF. Windows color (decimal): -9386020 or 14468976. OLE color: 14468976.
HSL color Cylindrical-coordinate representation of color #70C7DC: hue angle of 191.67º 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 #70C7DC is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 199 | 220 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.14 |
| HSL | 191.67º | 0.61% | 0.65% | - |
| HSV(B) | 191.67º | 0.49% | 0.86% | - |
| XYZ | 40.02 | 49.46 | 75.15 | - |
| YUV | 175.38 | 153.18 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 220 | 0.49 | 0.10 | 0 | 0.14 | 191.67 | 0.61 | 0.65 |
| Hex | 70 | C7 | DC | 31 | A | 0 | E | C0 | 3D | 41 |
| Octal | 160 | 307 | 334 | 61 | 12 | 0 | 16 | 300 | 75 | 101 |
| Binary | 1110000 | 11000111 | 11011100 | 110001 | 1010 | 0 | 1110 | 11000000 | 111101 | 1000001 |
Color Harmonies of #70C7DC
Complementary color
Monochromatic Colors of #70C7DC
Black with #70C7DC
Text Example
Text Example
White with #70C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C7DC; }
p { color: rgb(112,199,220); }
H1.HeaderClassName
{
color: #70C7DC;
}
.AnyTagClassName
{
color: #70C7DC;
}
</style>
background-color css
<style>
a { background-color: #70C7DC; }
a { background-color: rgb(112,199,220); }
div.DivClassName
{
background-color: #70C7DC;
}
.BgClassName
{
background-color: #70C7DC;
}
</style>
border-color css
<style>
span { border-color: #70C7DC; }
span { border-color: rgb(112,199,220); }
td.TdClassName
{
border-color: #70C7DC;
}
.TagClassName
{
border-color: #70C7DC;
}
</style>