Shades of Downy #75DBC8
Tints of Downy #75DBC8
RGB
CMYK
RGB Variations
Color information
#75DBC8 (or 0x75DBC8) is known color: Downy. HEX triplet: 75, DB and C8. RGB value is (117,219,200). Sum of RGB (Red+Green+Blue) = 117+219+200=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBC8 is #8A2437. Grayscale: #BABABA. Windows color (decimal): -9053240 or 13163381. OLE color: 13163381.
HSL color Cylindrical-coordinate representation of color #75DBC8: hue angle of 168.82º 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 #75DBC8 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 200 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.14 |
| HSL | 168.82º | 0.59% | 0.66% | - |
| HSV(B) | 168.82º | 0.47% | 0.86% | - |
| XYZ | 43.09 | 58.62 | 63.69 | - |
| YUV | 186.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 200 | 0.47 | 0 | 0.09 | 0.14 | 168.82 | 0.59 | 0.66 |
| Hex | 75 | DB | C8 | 2F | 0 | 9 | E | A9 | 3B | 42 |
| Octal | 165 | 333 | 310 | 57 | 0 | 11 | 16 | 251 | 73 | 102 |
| Binary | 1110101 | 11011011 | 11001000 | 101111 | 0 | 1001 | 1110 | 10101001 | 111011 | 1000010 |
Color Harmonies of #75DBC8
Complementary color
Monochromatic Colors of #75DBC8
Black with #75DBC8
Text Example
Text Example
White with #75DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBC8; }
p { color: rgb(117,219,200); }
H1.HeaderClassName
{
color: #75DBC8;
}
.AnyTagClassName
{
color: #75DBC8;
}
</style>
background-color css
<style>
a { background-color: #75DBC8; }
a { background-color: rgb(117,219,200); }
div.DivClassName
{
background-color: #75DBC8;
}
.BgClassName
{
background-color: #75DBC8;
}
</style>
border-color css
<style>
span { border-color: #75DBC8; }
span { border-color: rgb(117,219,200); }
td.TdClassName
{
border-color: #75DBC8;
}
.TagClassName
{
border-color: #75DBC8;
}
</style>