Shades of Spray #70D0DB
Tints of Spray #70D0DB
RGB
CMYK
RGB Variations
Color information
#70D0DB (or 0x70D0DB) is known color: Spray. HEX triplet: 70, D0 and DB. RGB value is (112,208,219). Sum of RGB (Red+Green+Blue) = 112+208+219=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #70D0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0DB is #8F2F24. Grayscale: #B4B4B4. Windows color (decimal): -9383717 or 14405744. OLE color: 14405744.
HSL color Cylindrical-coordinate representation of color #70D0DB: hue angle of 186.17º 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 #70D0DB is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 208 | 219 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.14 |
| HSL | 186.17º | 0.6% | 0.65% | - |
| HSV(B) | 186.17º | 0.49% | 0.86% | - |
| XYZ | 42.02 | 53.67 | 75.16 | - |
| YUV | 180.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 219 | 0.49 | 0.05 | 0 | 0.14 | 186.17 | 0.6 | 0.65 |
| Hex | 70 | D0 | DB | 31 | 5 | 0 | E | BA | 3C | 41 |
| Octal | 160 | 320 | 333 | 61 | 5 | 0 | 16 | 272 | 74 | 101 |
| Binary | 1110000 | 11010000 | 11011011 | 110001 | 101 | 0 | 1110 | 10111010 | 111100 | 1000001 |
Color Harmonies of #70D0DB
Complementary color
Monochromatic Colors of #70D0DB
Black with #70D0DB
Text Example
Text Example
White with #70D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D0DB; }
p { color: rgb(112,208,219); }
H1.HeaderClassName
{
color: #70D0DB;
}
.AnyTagClassName
{
color: #70D0DB;
}
</style>
background-color css
<style>
a { background-color: #70D0DB; }
a { background-color: rgb(112,208,219); }
div.DivClassName
{
background-color: #70D0DB;
}
.BgClassName
{
background-color: #70D0DB;
}
</style>
border-color css
<style>
span { border-color: #70D0DB; }
span { border-color: rgb(112,208,219); }
td.TdClassName
{
border-color: #70D0DB;
}
.TagClassName
{
border-color: #70D0DB;
}
</style>