Shades of Downy #65DFCB
Tints of Downy #65DFCB
RGB
CMYK
RGB Variations
Color information
#65DFCB (or 0x65DFCB) is known color: Downy. HEX triplet: 65, DF and CB. RGB value is (101,223,203). Sum of RGB (Red+Green+Blue) = 101+223+203=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFCB is #9A2034. Grayscale: #B8B8B8. Windows color (decimal): -10100789 or 13360997. OLE color: 13360997.
HSL color Cylindrical-coordinate representation of color #65DFCB: hue angle of 170.16º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFCB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 203 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.13 |
| HSL | 170.16º | 0.66% | 0.64% | - |
| HSV(B) | 170.16º | 0.55% | 0.87% | - |
| XYZ | 42.53 | 59.85 | 65.81 | - |
| YUV | 184.24 | 138.58 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 203 | 0.55 | 0 | 0.09 | 0.13 | 170.16 | 0.66 | 0.64 |
| Hex | 65 | DF | CB | 37 | 0 | 9 | D | AA | 42 | 40 |
| Octal | 145 | 337 | 313 | 67 | 0 | 11 | 15 | 252 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11001011 | 110111 | 0 | 1001 | 1101 | 10101010 | 1000010 | 1000000 |
Color Harmonies of #65DFCB
Complementary color
Monochromatic Colors of #65DFCB
Black with #65DFCB
Text Example
Text Example
White with #65DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFCB; }
p { color: rgb(101,223,203); }
H1.HeaderClassName
{
color: #65DFCB;
}
.AnyTagClassName
{
color: #65DFCB;
}
</style>
background-color css
<style>
a { background-color: #65DFCB; }
a { background-color: rgb(101,223,203); }
div.DivClassName
{
background-color: #65DFCB;
}
.BgClassName
{
background-color: #65DFCB;
}
</style>
border-color css
<style>
span { border-color: #65DFCB; }
span { border-color: rgb(101,223,203); }
td.TdClassName
{
border-color: #65DFCB;
}
.TagClassName
{
border-color: #65DFCB;
}
</style>