Shades of Downy #72DBCA
Tints of Downy #72DBCA
RGB
CMYK
RGB Variations
Color information
#72DBCA (or 0x72DBCA) is known color: Downy. HEX triplet: 72, DB and CA. RGB value is (114,219,202). Sum of RGB (Red+Green+Blue) = 114+219+202=535 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.31% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBCA is #8D2435. Grayscale: #B9B9B9. Windows color (decimal): -9249846 or 13294450. OLE color: 13294450.
HSL color Cylindrical-coordinate representation of color #72DBCA: hue angle of 170.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DBCA is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 202 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.14 |
| HSL | 170.29º | 0.59% | 0.65% | - |
| HSV(B) | 170.29º | 0.48% | 0.86% | - |
| XYZ | 42.93 | 58.5 | 64.91 | - |
| YUV | 185.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 202 | 0.48 | 0 | 0.08 | 0.14 | 170.29 | 0.59 | 0.65 |
| Hex | 72 | DB | CA | 30 | 0 | 8 | E | AA | 3B | 41 |
| Octal | 162 | 333 | 312 | 60 | 0 | 10 | 16 | 252 | 73 | 101 |
| Binary | 1110010 | 11011011 | 11001010 | 110000 | 0 | 1000 | 1110 | 10101010 | 111011 | 1000001 |
Color Harmonies of #72DBCA
Complementary color
Monochromatic Colors of #72DBCA
Black with #72DBCA
Text Example
Text Example
White with #72DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBCA; }
p { color: rgb(114,219,202); }
H1.HeaderClassName
{
color: #72DBCA;
}
.AnyTagClassName
{
color: #72DBCA;
}
</style>
background-color css
<style>
a { background-color: #72DBCA; }
a { background-color: rgb(114,219,202); }
div.DivClassName
{
background-color: #72DBCA;
}
.BgClassName
{
background-color: #72DBCA;
}
</style>
border-color css
<style>
span { border-color: #72DBCA; }
span { border-color: rgb(114,219,202); }
td.TdClassName
{
border-color: #72DBCA;
}
.TagClassName
{
border-color: #72DBCA;
}
</style>