Shades of Downy #65C7CB
Tints of Downy #65C7CB
RGB
CMYK
RGB Variations
Color information
#65C7CB (or 0x65C7CB) is known color: Downy. HEX triplet: 65, C7 and CB. RGB value is (101,199,203). Sum of RGB (Red+Green+Blue) = 101+199+203=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #65C7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C7CB is #9A3834. Grayscale: #AAAAAA. Windows color (decimal): -10106933 or 13354853. OLE color: 13354853.
HSL color Cylindrical-coordinate representation of color #65C7CB: hue angle of 182.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C7CB is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 199 | 203 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.20 |
| HSL | 182.35º | 0.5% | 0.6% | - |
| HSV(B) | 182.35º | 0.5% | 0.8% | - |
| XYZ | 36.57 | 47.93 | 63.82 | - |
| YUV | 170.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 203 | 0.50 | 0.02 | 0 | 0.20 | 182.35 | 0.5 | 0.6 |
| Hex | 65 | C7 | CB | 32 | 2 | 0 | 14 | B6 | 32 | 3C |
| Octal | 145 | 307 | 313 | 62 | 2 | 0 | 24 | 266 | 62 | 74 |
| Binary | 1100101 | 11000111 | 11001011 | 110010 | 10 | 0 | 10100 | 10110110 | 110010 | 111100 |
Color Harmonies of #65C7CB
Complementary color
Monochromatic Colors of #65C7CB
Black with #65C7CB
Text Example
Text Example
White with #65C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C7CB; }
p { color: rgb(101,199,203); }
H1.HeaderClassName
{
color: #65C7CB;
}
.AnyTagClassName
{
color: #65C7CB;
}
</style>
background-color css
<style>
a { background-color: #65C7CB; }
a { background-color: rgb(101,199,203); }
div.DivClassName
{
background-color: #65C7CB;
}
.BgClassName
{
background-color: #65C7CB;
}
</style>
border-color css
<style>
span { border-color: #65C7CB; }
span { border-color: rgb(101,199,203); }
td.TdClassName
{
border-color: #65C7CB;
}
.TagClassName
{
border-color: #65C7CB;
}
</style>