Shades of Spray #70C3DC
Tints of Spray #70C3DC
RGB
CMYK
RGB Variations
Color information
#70C3DC (or 0x70C3DC) is known color: Spray. HEX triplet: 70, C3 and DC. RGB value is (112,195,220). Sum of RGB (Red+Green+Blue) = 112+195+220=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #70C3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C3DC is #8F3C23. Grayscale: #ACACAC. Windows color (decimal): -9387044 or 14467952. OLE color: 14467952.
HSL color Cylindrical-coordinate representation of color #70C3DC: hue angle of 193.89º 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 #70C3DC is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 195 | 220 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.14 |
| HSL | 193.89º | 0.61% | 0.65% | - |
| HSV(B) | 193.89º | 0.49% | 0.86% | - |
| XYZ | 39.12 | 47.64 | 74.84 | - |
| YUV | 173.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 220 | 0.49 | 0.11 | 0 | 0.14 | 193.89 | 0.61 | 0.65 |
| Hex | 70 | C3 | DC | 31 | B | 0 | E | C2 | 3D | 41 |
| Octal | 160 | 303 | 334 | 61 | 13 | 0 | 16 | 302 | 75 | 101 |
| Binary | 1110000 | 11000011 | 11011100 | 110001 | 1011 | 0 | 1110 | 11000010 | 111101 | 1000001 |
Color Harmonies of #70C3DC
Complementary color
Monochromatic Colors of #70C3DC
Black with #70C3DC
Text Example
Text Example
White with #70C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C3DC; }
p { color: rgb(112,195,220); }
H1.HeaderClassName
{
color: #70C3DC;
}
.AnyTagClassName
{
color: #70C3DC;
}
</style>
background-color css
<style>
a { background-color: #70C3DC; }
a { background-color: rgb(112,195,220); }
div.DivClassName
{
background-color: #70C3DC;
}
.BgClassName
{
background-color: #70C3DC;
}
</style>
border-color css
<style>
span { border-color: #70C3DC; }
span { border-color: rgb(112,195,220); }
td.TdClassName
{
border-color: #70C3DC;
}
.TagClassName
{
border-color: #70C3DC;
}
</style>