Shades of Downy #70C9CB
Tints of Downy #70C9CB
RGB
CMYK
RGB Variations
Color information
#70C9CB (or 0x70C9CB) is known color: Downy. HEX triplet: 70, C9 and CB. RGB value is (112,201,203). Sum of RGB (Red+Green+Blue) = 112+201+203=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #70C9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C9CB is #8F3634. Grayscale: #AEAEAE. Windows color (decimal): -9385525 or 13355376. OLE color: 13355376.
HSL color Cylindrical-coordinate representation of color #70C9CB: hue angle of 181.32º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70C9CB is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 201 | 203 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.20 |
| HSL | 181.32º | 0.47% | 0.62% | - |
| HSV(B) | 181.32º | 0.45% | 0.8% | - |
| XYZ | 38.35 | 49.53 | 64.04 | - |
| YUV | 174.62 | 144.01 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 203 | 0.45 | 0.01 | 0 | 0.20 | 181.32 | 0.47 | 0.62 |
| Hex | 70 | C9 | CB | 2D | 1 | 0 | 14 | B5 | 2F | 3E |
| Octal | 160 | 311 | 313 | 55 | 1 | 0 | 24 | 265 | 57 | 76 |
| Binary | 1110000 | 11001001 | 11001011 | 101101 | 1 | 0 | 10100 | 10110101 | 101111 | 111110 |
Color Harmonies of #70C9CB
Complementary color
Monochromatic Colors of #70C9CB
Black with #70C9CB
Text Example
Text Example
White with #70C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C9CB; }
p { color: rgb(112,201,203); }
H1.HeaderClassName
{
color: #70C9CB;
}
.AnyTagClassName
{
color: #70C9CB;
}
</style>
background-color css
<style>
a { background-color: #70C9CB; }
a { background-color: rgb(112,201,203); }
div.DivClassName
{
background-color: #70C9CB;
}
.BgClassName
{
background-color: #70C9CB;
}
</style>
border-color css
<style>
span { border-color: #70C9CB; }
span { border-color: rgb(112,201,203); }
td.TdClassName
{
border-color: #70C9CB;
}
.TagClassName
{
border-color: #70C9CB;
}
</style>