Shades of Spray #70C7DB
Tints of Spray #70C7DB
RGB
CMYK
RGB Variations
Color information
#70C7DB (or 0x70C7DB) is known color: Spray. HEX triplet: 70, C7 and DB. RGB value is (112,199,219). Sum of RGB (Red+Green+Blue) = 112+199+219=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #70C7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C7DB is #8F3824. Grayscale: #AFAFAF. Windows color (decimal): -9386021 or 14403440. OLE color: 14403440.
HSL color Cylindrical-coordinate representation of color #70C7DB: hue angle of 191.21º degrees, saturation: 0.6, 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 #70C7DB is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 199 | 219 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.14 |
| HSL | 191.22º | 0.6% | 0.65% | - |
| HSV(B) | 191.22º | 0.49% | 0.86% | - |
| XYZ | 39.89 | 49.41 | 74.45 | - |
| YUV | 175.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 219 | 0.49 | 0.09 | 0 | 0.14 | 191.22 | 0.6 | 0.65 |
| Hex | 70 | C7 | DB | 31 | 9 | 0 | E | BF | 3C | 41 |
| Octal | 160 | 307 | 333 | 61 | 11 | 0 | 16 | 277 | 74 | 101 |
| Binary | 1110000 | 11000111 | 11011011 | 110001 | 1001 | 0 | 1110 | 10111111 | 111100 | 1000001 |
Color Harmonies of #70C7DB
Complementary color
Monochromatic Colors of #70C7DB
Black with #70C7DB
Text Example
Text Example
White with #70C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C7DB; }
p { color: rgb(112,199,219); }
H1.HeaderClassName
{
color: #70C7DB;
}
.AnyTagClassName
{
color: #70C7DB;
}
</style>
background-color css
<style>
a { background-color: #70C7DB; }
a { background-color: rgb(112,199,219); }
div.DivClassName
{
background-color: #70C7DB;
}
.BgClassName
{
background-color: #70C7DB;
}
</style>
border-color css
<style>
span { border-color: #70C7DB; }
span { border-color: rgb(112,199,219); }
td.TdClassName
{
border-color: #70C7DB;
}
.TagClassName
{
border-color: #70C7DB;
}
</style>