Shades of Downy #65D9CF
Tints of Downy #65D9CF
RGB
CMYK
RGB Variations
Color information
#65D9CF (or 0x65D9CF) is known color: Downy. HEX triplet: 65, D9 and CF. RGB value is (101,217,207). Sum of RGB (Red+Green+Blue) = 101+217+207=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #65D9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D9CF is #9A2630. Grayscale: #B5B5B5. Windows color (decimal): -10102321 or 13621605. OLE color: 13621605.
HSL color Cylindrical-coordinate representation of color #65D9CF: hue angle of 174.83º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D9CF is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 207 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.15 |
| HSL | 174.83º | 0.6% | 0.62% | - |
| HSV(B) | 174.83º | 0.53% | 0.85% | - |
| XYZ | 41.44 | 56.9 | 67.83 | - |
| YUV | 181.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 207 | 0.53 | 0 | 0.05 | 0.15 | 174.83 | 0.6 | 0.62 |
| Hex | 65 | D9 | CF | 35 | 0 | 5 | F | AF | 3C | 3E |
| Octal | 145 | 331 | 317 | 65 | 0 | 5 | 17 | 257 | 74 | 76 |
| Binary | 1100101 | 11011001 | 11001111 | 110101 | 0 | 101 | 1111 | 10101111 | 111100 | 111110 |
Color Harmonies of #65D9CF
Complementary color
Monochromatic Colors of #65D9CF
Black with #65D9CF
Text Example
Text Example
White with #65D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D9CF; }
p { color: rgb(101,217,207); }
H1.HeaderClassName
{
color: #65D9CF;
}
.AnyTagClassName
{
color: #65D9CF;
}
</style>
background-color css
<style>
a { background-color: #65D9CF; }
a { background-color: rgb(101,217,207); }
div.DivClassName
{
background-color: #65D9CF;
}
.BgClassName
{
background-color: #65D9CF;
}
</style>
border-color css
<style>
span { border-color: #65D9CF; }
span { border-color: rgb(101,217,207); }
td.TdClassName
{
border-color: #65D9CF;
}
.TagClassName
{
border-color: #65D9CF;
}
</style>