Shades of Downy #65DBCC
Tints of Downy #65DBCC
RGB
CMYK
RGB Variations
Color information
#65DBCC (or 0x65DBCC) is known color: Downy. HEX triplet: 65, DB and CC. RGB value is (101,219,204). Sum of RGB (Red+Green+Blue) = 101+219+204=524 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.27% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBCC is #9A2433. Grayscale: #B5B5B5. Windows color (decimal): -10101812 or 13425509. OLE color: 13425509.
HSL color Cylindrical-coordinate representation of color #65DBCC: hue angle of 172.37º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DBCC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 204 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.14 |
| HSL | 172.37º | 0.62% | 0.63% | - |
| HSV(B) | 172.37º | 0.54% | 0.86% | - |
| XYZ | 41.6 | 57.79 | 66.09 | - |
| YUV | 182.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 204 | 0.54 | 0 | 0.07 | 0.14 | 172.37 | 0.62 | 0.63 |
| Hex | 65 | DB | CC | 36 | 0 | 7 | E | AC | 3E | 3F |
| Octal | 145 | 333 | 314 | 66 | 0 | 7 | 16 | 254 | 76 | 77 |
| Binary | 1100101 | 11011011 | 11001100 | 110110 | 0 | 111 | 1110 | 10101100 | 111110 | 111111 |
Color Harmonies of #65DBCC
Complementary color
Monochromatic Colors of #65DBCC
Black with #65DBCC
Text Example
Text Example
White with #65DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBCC; }
p { color: rgb(101,219,204); }
H1.HeaderClassName
{
color: #65DBCC;
}
.AnyTagClassName
{
color: #65DBCC;
}
</style>
background-color css
<style>
a { background-color: #65DBCC; }
a { background-color: rgb(101,219,204); }
div.DivClassName
{
background-color: #65DBCC;
}
.BgClassName
{
background-color: #65DBCC;
}
</style>
border-color css
<style>
span { border-color: #65DBCC; }
span { border-color: rgb(101,219,204); }
td.TdClassName
{
border-color: #65DBCC;
}
.TagClassName
{
border-color: #65DBCC;
}
</style>