Shades of Downy #65C8CD
Tints of Downy #65C8CD
RGB
CMYK
RGB Variations
Color information
#65C8CD (or 0x65C8CD) is known color: Downy. HEX triplet: 65, C8 and CD. RGB value is (101,200,205). Sum of RGB (Red+Green+Blue) = 101+200+205=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #65C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8CD is #9A3732. Grayscale: #AAAAAA. Windows color (decimal): -10106675 or 13486181. OLE color: 13486181.
HSL color Cylindrical-coordinate representation of color #65C8CD: hue angle of 182.88º 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 #65C8CD is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 200 | 205 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.20 |
| HSL | 182.88º | 0.51% | 0.6% | - |
| HSV(B) | 182.88º | 0.51% | 0.8% | - |
| XYZ | 37.04 | 48.48 | 65.16 | - |
| YUV | 170.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 205 | 0.51 | 0.02 | 0 | 0.20 | 182.88 | 0.51 | 0.6 |
| Hex | 65 | C8 | CD | 33 | 2 | 0 | 14 | B7 | 33 | 3C |
| Octal | 145 | 310 | 315 | 63 | 2 | 0 | 24 | 267 | 63 | 74 |
| Binary | 1100101 | 11001000 | 11001101 | 110011 | 10 | 0 | 10100 | 10110111 | 110011 | 111100 |
Color Harmonies of #65C8CD
Complementary color
Monochromatic Colors of #65C8CD
Black with #65C8CD
Text Example
Text Example
White with #65C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8CD; }
p { color: rgb(101,200,205); }
H1.HeaderClassName
{
color: #65C8CD;
}
.AnyTagClassName
{
color: #65C8CD;
}
</style>
background-color css
<style>
a { background-color: #65C8CD; }
a { background-color: rgb(101,200,205); }
div.DivClassName
{
background-color: #65C8CD;
}
.BgClassName
{
background-color: #65C8CD;
}
</style>
border-color css
<style>
span { border-color: #65C8CD; }
span { border-color: rgb(101,200,205); }
td.TdClassName
{
border-color: #65C8CD;
}
.TagClassName
{
border-color: #65C8CD;
}
</style>