Shades of Downy #75DBCC
Tints of Downy #75DBCC
RGB
CMYK
RGB Variations
Color information
#75DBCC (or 0x75DBCC) is known color: Downy. HEX triplet: 75, DB and CC. RGB value is (117,219,204). Sum of RGB (Red+Green+Blue) = 117+219+204=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBCC is #8A2433. Grayscale: #BABABA. Windows color (decimal): -9053236 or 13425525. OLE color: 13425525.
HSL color Cylindrical-coordinate representation of color #75DBCC: hue angle of 171.18º 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 #75DBCC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 204 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.14 |
| HSL | 171.18º | 0.59% | 0.66% | - |
| HSV(B) | 171.18º | 0.47% | 0.86% | - |
| XYZ | 43.57 | 58.8 | 66.18 | - |
| YUV | 186.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 204 | 0.47 | 0 | 0.07 | 0.14 | 171.18 | 0.59 | 0.66 |
| Hex | 75 | DB | CC | 2F | 0 | 7 | E | AB | 3B | 42 |
| Octal | 165 | 333 | 314 | 57 | 0 | 7 | 16 | 253 | 73 | 102 |
| Binary | 1110101 | 11011011 | 11001100 | 101111 | 0 | 111 | 1110 | 10101011 | 111011 | 1000010 |
Color Harmonies of #75DBCC
Complementary color
Monochromatic Colors of #75DBCC
Black with #75DBCC
Text Example
Text Example
White with #75DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBCC; }
p { color: rgb(117,219,204); }
H1.HeaderClassName
{
color: #75DBCC;
}
.AnyTagClassName
{
color: #75DBCC;
}
</style>
background-color css
<style>
a { background-color: #75DBCC; }
a { background-color: rgb(117,219,204); }
div.DivClassName
{
background-color: #75DBCC;
}
.BgClassName
{
background-color: #75DBCC;
}
</style>
border-color css
<style>
span { border-color: #75DBCC; }
span { border-color: rgb(117,219,204); }
td.TdClassName
{
border-color: #75DBCC;
}
.TagClassName
{
border-color: #75DBCC;
}
</style>