Shades of Downy #75DBCA
Tints of Downy #75DBCA
RGB
CMYK
RGB Variations
Color information
#75DBCA (or 0x75DBCA) is known color: Downy. HEX triplet: 75, DB and CA. RGB value is (117,219,202). Sum of RGB (Red+Green+Blue) = 117+219+202=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBCA is #8A2435. Grayscale: #BABABA. Windows color (decimal): -9053238 or 13294453. OLE color: 13294453.
HSL color Cylindrical-coordinate representation of color #75DBCA: hue angle of 170º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DBCA is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 202 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.14 |
| HSL | 170º | 0.59% | 0.66% | - |
| HSV(B) | 170º | 0.47% | 0.86% | - |
| XYZ | 43.33 | 58.71 | 64.93 | - |
| YUV | 186.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 202 | 0.47 | 0 | 0.08 | 0.14 | 170 | 0.59 | 0.66 |
| Hex | 75 | DB | CA | 2F | 0 | 8 | E | AA | 3B | 42 |
| Octal | 165 | 333 | 312 | 57 | 0 | 10 | 16 | 252 | 73 | 102 |
| Binary | 1110101 | 11011011 | 11001010 | 101111 | 0 | 1000 | 1110 | 10101010 | 111011 | 1000010 |
Color Harmonies of #75DBCA
Complementary color
Monochromatic Colors of #75DBCA
Black with #75DBCA
Text Example
Text Example
White with #75DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBCA; }
p { color: rgb(117,219,202); }
H1.HeaderClassName
{
color: #75DBCA;
}
.AnyTagClassName
{
color: #75DBCA;
}
</style>
background-color css
<style>
a { background-color: #75DBCA; }
a { background-color: rgb(117,219,202); }
div.DivClassName
{
background-color: #75DBCA;
}
.BgClassName
{
background-color: #75DBCA;
}
</style>
border-color css
<style>
span { border-color: #75DBCA; }
span { border-color: rgb(117,219,202); }
td.TdClassName
{
border-color: #75DBCA;
}
.TagClassName
{
border-color: #75DBCA;
}
</style>