Shades of Downy #73DBCA
Tints of Downy #73DBCA
RGB
CMYK
RGB Variations
Color information
#73DBCA (or 0x73DBCA) is known color: Downy. HEX triplet: 73, DB and CA. RGB value is (115,219,202). Sum of RGB (Red+Green+Blue) = 115+219+202=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DBCA is #8C2435. Grayscale: #B9B9B9. Windows color (decimal): -9184310 or 13294451. OLE color: 13294451.
HSL color Cylindrical-coordinate representation of color #73DBCA: hue angle of 170.19º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DBCA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 202 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.14 |
| HSL | 170.19º | 0.59% | 0.65% | - |
| HSV(B) | 170.19º | 0.47% | 0.86% | - |
| XYZ | 43.06 | 58.57 | 64.91 | - |
| YUV | 185.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 202 | 0.47 | 0 | 0.08 | 0.14 | 170.19 | 0.59 | 0.65 |
| Hex | 73 | DB | CA | 2F | 0 | 8 | E | AA | 3B | 41 |
| Octal | 163 | 333 | 312 | 57 | 0 | 10 | 16 | 252 | 73 | 101 |
| Binary | 1110011 | 11011011 | 11001010 | 101111 | 0 | 1000 | 1110 | 10101010 | 111011 | 1000001 |
Color Harmonies of #73DBCA
Complementary color
Monochromatic Colors of #73DBCA
Black with #73DBCA
Text Example
Text Example
White with #73DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBCA; }
p { color: rgb(115,219,202); }
H1.HeaderClassName
{
color: #73DBCA;
}
.AnyTagClassName
{
color: #73DBCA;
}
</style>
background-color css
<style>
a { background-color: #73DBCA; }
a { background-color: rgb(115,219,202); }
div.DivClassName
{
background-color: #73DBCA;
}
.BgClassName
{
background-color: #73DBCA;
}
</style>
border-color css
<style>
span { border-color: #73DBCA; }
span { border-color: rgb(115,219,202); }
td.TdClassName
{
border-color: #73DBCA;
}
.TagClassName
{
border-color: #73DBCA;
}
</style>