Shades of Downy #65DAC9
Tints of Downy #65DAC9
RGB
CMYK
RGB Variations
Color information
#65DAC9 (or 0x65DAC9) is known color: Downy. HEX triplet: 65, DA and C9. RGB value is (101,218,201). Sum of RGB (Red+Green+Blue) = 101+218+201=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DAC9 is #9A2536. Grayscale: #B5B5B5. Windows color (decimal): -10102071 or 13228645. OLE color: 13228645.
HSL color Cylindrical-coordinate representation of color #65DAC9: hue angle of 171.28º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DAC9 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 201 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.15 |
| HSL | 171.28º | 0.61% | 0.63% | - |
| HSV(B) | 171.28º | 0.54% | 0.85% | - |
| XYZ | 40.98 | 57.13 | 64.12 | - |
| YUV | 181.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 201 | 0.54 | 0 | 0.08 | 0.15 | 171.28 | 0.61 | 0.63 |
| Hex | 65 | DA | C9 | 36 | 0 | 8 | F | AB | 3D | 3F |
| Octal | 145 | 332 | 311 | 66 | 0 | 10 | 17 | 253 | 75 | 77 |
| Binary | 1100101 | 11011010 | 11001001 | 110110 | 0 | 1000 | 1111 | 10101011 | 111101 | 111111 |
Color Harmonies of #65DAC9
Complementary color
Monochromatic Colors of #65DAC9
Black with #65DAC9
Text Example
Text Example
White with #65DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAC9; }
p { color: rgb(101,218,201); }
H1.HeaderClassName
{
color: #65DAC9;
}
.AnyTagClassName
{
color: #65DAC9;
}
</style>
background-color css
<style>
a { background-color: #65DAC9; }
a { background-color: rgb(101,218,201); }
div.DivClassName
{
background-color: #65DAC9;
}
.BgClassName
{
background-color: #65DAC9;
}
</style>
border-color css
<style>
span { border-color: #65DAC9; }
span { border-color: rgb(101,218,201); }
td.TdClassName
{
border-color: #65DAC9;
}
.TagClassName
{
border-color: #65DAC9;
}
</style>