Shades of Downy #65D5CE
Tints of Downy #65D5CE
RGB
CMYK
RGB Variations
Color information
#65D5CE (or 0x65D5CE) is known color: Downy. HEX triplet: 65, D5 and CE. RGB value is (101,213,206). Sum of RGB (Red+Green+Blue) = 101+213+206=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #65D5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D5CE is #9A2A31. Grayscale: #B2B2B2. Windows color (decimal): -10103346 or 13555045. OLE color: 13555045.
HSL color Cylindrical-coordinate representation of color #65D5CE: hue angle of 176.25º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D5CE is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 206 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.16 |
| HSL | 176.25º | 0.57% | 0.62% | - |
| HSV(B) | 176.25º | 0.53% | 0.84% | - |
| XYZ | 40.3 | 54.81 | 66.85 | - |
| YUV | 178.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 206 | 0.53 | 0 | 0.03 | 0.16 | 176.25 | 0.57 | 0.62 |
| Hex | 65 | D5 | CE | 35 | 0 | 3 | 10 | B0 | 39 | 3E |
| Octal | 145 | 325 | 316 | 65 | 0 | 3 | 20 | 260 | 71 | 76 |
| Binary | 1100101 | 11010101 | 11001110 | 110101 | 0 | 11 | 10000 | 10110000 | 111001 | 111110 |
Color Harmonies of #65D5CE
Complementary color
Monochromatic Colors of #65D5CE
Black with #65D5CE
Text Example
Text Example
White with #65D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D5CE; }
p { color: rgb(101,213,206); }
H1.HeaderClassName
{
color: #65D5CE;
}
.AnyTagClassName
{
color: #65D5CE;
}
</style>
background-color css
<style>
a { background-color: #65D5CE; }
a { background-color: rgb(101,213,206); }
div.DivClassName
{
background-color: #65D5CE;
}
.BgClassName
{
background-color: #65D5CE;
}
</style>
border-color css
<style>
span { border-color: #65D5CE; }
span { border-color: rgb(101,213,206); }
td.TdClassName
{
border-color: #65D5CE;
}
.TagClassName
{
border-color: #65D5CE;
}
</style>