Shades of Downy #65DBCE
Tints of Downy #65DBCE
RGB
CMYK
RGB Variations
Color information
#65DBCE (or 0x65DBCE) is known color: Downy. HEX triplet: 65, DB and CE. RGB value is (101,219,206). Sum of RGB (Red+Green+Blue) = 101+219+206=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBCE is #9A2431. Grayscale: #B6B6B6. Windows color (decimal): -10101810 or 13556581. OLE color: 13556581.
HSL color Cylindrical-coordinate representation of color #65DBCE: hue angle of 173.39º 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 #65DBCE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 206 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.14 |
| HSL | 173.39º | 0.62% | 0.63% | - |
| HSV(B) | 173.39º | 0.54% | 0.86% | - |
| XYZ | 41.84 | 57.89 | 67.36 | - |
| YUV | 182.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 206 | 0.54 | 0 | 0.06 | 0.14 | 173.39 | 0.62 | 0.63 |
| Hex | 65 | DB | CE | 36 | 0 | 6 | E | AD | 3E | 3F |
| Octal | 145 | 333 | 316 | 66 | 0 | 6 | 16 | 255 | 76 | 77 |
| Binary | 1100101 | 11011011 | 11001110 | 110110 | 0 | 110 | 1110 | 10101101 | 111110 | 111111 |
Color Harmonies of #65DBCE
Complementary color
Monochromatic Colors of #65DBCE
Black with #65DBCE
Text Example
Text Example
White with #65DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBCE; }
p { color: rgb(101,219,206); }
H1.HeaderClassName
{
color: #65DBCE;
}
.AnyTagClassName
{
color: #65DBCE;
}
</style>
background-color css
<style>
a { background-color: #65DBCE; }
a { background-color: rgb(101,219,206); }
div.DivClassName
{
background-color: #65DBCE;
}
.BgClassName
{
background-color: #65DBCE;
}
</style>
border-color css
<style>
span { border-color: #65DBCE; }
span { border-color: rgb(101,219,206); }
td.TdClassName
{
border-color: #65DBCE;
}
.TagClassName
{
border-color: #65DBCE;
}
</style>