Shades of Downy #65D3CF
Tints of Downy #65D3CF
RGB
CMYK
RGB Variations
Color information
#65D3CF (or 0x65D3CF) is known color: Downy. HEX triplet: 65, D3 and CF. RGB value is (101,211,207). Sum of RGB (Red+Green+Blue) = 101+211+207=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #65D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D3CF is #9A2C30. Grayscale: #B1B1B1. Windows color (decimal): -10103857 or 13620069. OLE color: 13620069.
HSL color Cylindrical-coordinate representation of color #65D3CF: hue angle of 177.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D3CF is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 211 | 207 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.17 |
| HSL | 177.82º | 0.56% | 0.61% | - |
| HSV(B) | 177.82º | 0.52% | 0.83% | - |
| XYZ | 39.92 | 53.86 | 67.32 | - |
| YUV | 177.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 211 | 207 | 0.52 | 0 | 0.02 | 0.17 | 177.82 | 0.56 | 0.61 |
| Hex | 65 | D3 | CF | 34 | 0 | 2 | 11 | B2 | 38 | 3D |
| Octal | 145 | 323 | 317 | 64 | 0 | 2 | 21 | 262 | 70 | 75 |
| Binary | 1100101 | 11010011 | 11001111 | 110100 | 0 | 10 | 10001 | 10110010 | 111000 | 111101 |
Color Harmonies of #65D3CF
Complementary color
Monochromatic Colors of #65D3CF
Black with #65D3CF
Text Example
Text Example
White with #65D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D3CF; }
p { color: rgb(101,211,207); }
H1.HeaderClassName
{
color: #65D3CF;
}
.AnyTagClassName
{
color: #65D3CF;
}
</style>
background-color css
<style>
a { background-color: #65D3CF; }
a { background-color: rgb(101,211,207); }
div.DivClassName
{
background-color: #65D3CF;
}
.BgClassName
{
background-color: #65D3CF;
}
</style>
border-color css
<style>
span { border-color: #65D3CF; }
span { border-color: rgb(101,211,207); }
td.TdClassName
{
border-color: #65D3CF;
}
.TagClassName
{
border-color: #65D3CF;
}
</style>