Shades of Downy #65DBCD
Tints of Downy #65DBCD
RGB
CMYK
RGB Variations
Color information
#65DBCD (or 0x65DBCD) is known color: Downy. HEX triplet: 65, DB and CD. RGB value is (101,219,205). Sum of RGB (Red+Green+Blue) = 101+219+205=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBCD is #9A2432. Grayscale: #B6B6B6. Windows color (decimal): -10101811 or 13491045. OLE color: 13491045.
HSL color Cylindrical-coordinate representation of color #65DBCD: hue angle of 172.88º 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 #65DBCD is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 205 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.14 |
| HSL | 172.88º | 0.62% | 0.63% | - |
| HSV(B) | 172.88º | 0.54% | 0.86% | - |
| XYZ | 41.72 | 57.84 | 66.72 | - |
| YUV | 182.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 205 | 0.54 | 0 | 0.06 | 0.14 | 172.88 | 0.62 | 0.63 |
| Hex | 65 | DB | CD | 36 | 0 | 6 | E | AD | 3E | 3F |
| Octal | 145 | 333 | 315 | 66 | 0 | 6 | 16 | 255 | 76 | 77 |
| Binary | 1100101 | 11011011 | 11001101 | 110110 | 0 | 110 | 1110 | 10101101 | 111110 | 111111 |
Color Harmonies of #65DBCD
Complementary color
Monochromatic Colors of #65DBCD
Black with #65DBCD
Text Example
Text Example
White with #65DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBCD; }
p { color: rgb(101,219,205); }
H1.HeaderClassName
{
color: #65DBCD;
}
.AnyTagClassName
{
color: #65DBCD;
}
</style>
background-color css
<style>
a { background-color: #65DBCD; }
a { background-color: rgb(101,219,205); }
div.DivClassName
{
background-color: #65DBCD;
}
.BgClassName
{
background-color: #65DBCD;
}
</style>
border-color css
<style>
span { border-color: #65DBCD; }
span { border-color: rgb(101,219,205); }
td.TdClassName
{
border-color: #65DBCD;
}
.TagClassName
{
border-color: #65DBCD;
}
</style>