Shades of Downy #65CDCC
Tints of Downy #65CDCC
RGB
CMYK
RGB Variations
Color information
#65CDCC (or 0x65CDCC) is known color: Downy. HEX triplet: 65, CD and CC. RGB value is (101,205,204). Sum of RGB (Red+Green+Blue) = 101+205+204=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDCC is #9A3233. Grayscale: #ADADAD. Windows color (decimal): -10105396 or 13421925. OLE color: 13421925.
HSL color Cylindrical-coordinate representation of color #65CDCC: hue angle of 179.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDCC is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 204 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.20 |
| HSL | 179.42º | 0.51% | 0.6% | - |
| HSV(B) | 179.42º | 0.51% | 0.8% | - |
| XYZ | 38.1 | 50.79 | 64.92 | - |
| YUV | 173.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 204 | 0.51 | 0 | 0.00 | 0.20 | 179.42 | 0.51 | 0.6 |
| Hex | 65 | CD | CC | 33 | 0 | 0 | 14 | B3 | 33 | 3C |
| Octal | 145 | 315 | 314 | 63 | 0 | 0 | 24 | 263 | 63 | 74 |
| Binary | 1100101 | 11001101 | 11001100 | 110011 | 0 | 0 | 10100 | 10110011 | 110011 | 111100 |
Color Harmonies of #65CDCC
Complementary color
Monochromatic Colors of #65CDCC
Black with #65CDCC
Text Example
Text Example
White with #65CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDCC; }
p { color: rgb(101,205,204); }
H1.HeaderClassName
{
color: #65CDCC;
}
.AnyTagClassName
{
color: #65CDCC;
}
</style>
background-color css
<style>
a { background-color: #65CDCC; }
a { background-color: rgb(101,205,204); }
div.DivClassName
{
background-color: #65CDCC;
}
.BgClassName
{
background-color: #65CDCC;
}
</style>
border-color css
<style>
span { border-color: #65CDCC; }
span { border-color: rgb(101,205,204); }
td.TdClassName
{
border-color: #65CDCC;
}
.TagClassName
{
border-color: #65CDCC;
}
</style>