Shades of Downy #70DBCA
Tints of Downy #70DBCA
RGB
CMYK
RGB Variations
Color information
#70DBCA (or 0x70DBCA) is known color: Downy. HEX triplet: 70, DB and CA. RGB value is (112,219,202). Sum of RGB (Red+Green+Blue) = 112+219+202=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBCA is #8F2435. Grayscale: #B9B9B9. Windows color (decimal): -9380918 or 13294448. OLE color: 13294448.
HSL color Cylindrical-coordinate representation of color #70DBCA: hue angle of 170.47º 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 #70DBCA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 202 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.14 |
| HSL | 170.47º | 0.6% | 0.65% | - |
| HSV(B) | 170.47º | 0.49% | 0.86% | - |
| XYZ | 42.67 | 58.37 | 64.89 | - |
| YUV | 185.07 | 137.55 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 202 | 0.49 | 0 | 0.08 | 0.14 | 170.47 | 0.6 | 0.65 |
| Hex | 70 | DB | CA | 31 | 0 | 8 | E | AA | 3C | 41 |
| Octal | 160 | 333 | 312 | 61 | 0 | 10 | 16 | 252 | 74 | 101 |
| Binary | 1110000 | 11011011 | 11001010 | 110001 | 0 | 1000 | 1110 | 10101010 | 111100 | 1000001 |
Color Harmonies of #70DBCA
Complementary color
Monochromatic Colors of #70DBCA
Black with #70DBCA
Text Example
Text Example
White with #70DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBCA; }
p { color: rgb(112,219,202); }
H1.HeaderClassName
{
color: #70DBCA;
}
.AnyTagClassName
{
color: #70DBCA;
}
</style>
background-color css
<style>
a { background-color: #70DBCA; }
a { background-color: rgb(112,219,202); }
div.DivClassName
{
background-color: #70DBCA;
}
.BgClassName
{
background-color: #70DBCA;
}
</style>
border-color css
<style>
span { border-color: #70DBCA; }
span { border-color: rgb(112,219,202); }
td.TdClassName
{
border-color: #70DBCA;
}
.TagClassName
{
border-color: #70DBCA;
}
</style>