Shades of Downy #65D0CE
Tints of Downy #65D0CE
RGB
CMYK
RGB Variations
Color information
#65D0CE (or 0x65D0CE) is known color: Downy. HEX triplet: 65, D0 and CE. RGB value is (101,208,206). Sum of RGB (Red+Green+Blue) = 101+208+206=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #65D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D0CE is #9A2F31. Grayscale: #AFAFAF. Windows color (decimal): -10104626 or 13553765. OLE color: 13553765.
HSL color Cylindrical-coordinate representation of color #65D0CE: hue angle of 178.88º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D0CE is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 206 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.18 |
| HSL | 178.88º | 0.53% | 0.61% | - |
| HSV(B) | 178.88º | 0.51% | 0.82% | - |
| XYZ | 39.06 | 52.33 | 66.44 | - |
| YUV | 175.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 206 | 0.51 | 0 | 0.01 | 0.18 | 178.88 | 0.53 | 0.61 |
| Hex | 65 | D0 | CE | 33 | 0 | 1 | 12 | B3 | 35 | 3D |
| Octal | 145 | 320 | 316 | 63 | 0 | 1 | 22 | 263 | 65 | 75 |
| Binary | 1100101 | 11010000 | 11001110 | 110011 | 0 | 1 | 10010 | 10110011 | 110101 | 111101 |
Color Harmonies of #65D0CE
Complementary color
Monochromatic Colors of #65D0CE
Black with #65D0CE
Text Example
Text Example
White with #65D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D0CE; }
p { color: rgb(101,208,206); }
H1.HeaderClassName
{
color: #65D0CE;
}
.AnyTagClassName
{
color: #65D0CE;
}
</style>
background-color css
<style>
a { background-color: #65D0CE; }
a { background-color: rgb(101,208,206); }
div.DivClassName
{
background-color: #65D0CE;
}
.BgClassName
{
background-color: #65D0CE;
}
</style>
border-color css
<style>
span { border-color: #65D0CE; }
span { border-color: rgb(101,208,206); }
td.TdClassName
{
border-color: #65D0CE;
}
.TagClassName
{
border-color: #65D0CE;
}
</style>