Shades of Downy #65CECE
Tints of Downy #65CECE
RGB
CMYK
RGB Variations
Color information
#65CECE (or 0x65CECE) is known color: Downy. HEX triplet: 65, CE and CE. RGB value is (101,206,206). Sum of RGB (Red+Green+Blue) = 101+206+206=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #65CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CECE is #9A3131. Grayscale: #AEAEAE. Windows color (decimal): -10105138 or 13553253. OLE color: 13553253.
HSL color Cylindrical-coordinate representation of color #65CECE: hue angle of 180º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CECE is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 206 | - |
| CMYK | 0.51 | 0 | 0 | 0.19 |
| HSL | 180º | 0.52% | 0.6% | - |
| HSV(B) | 180º | 0.51% | 0.81% | - |
| XYZ | 38.58 | 51.37 | 66.27 | - |
| YUV | 174.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 206 | 0.51 | 0 | 0 | 0.19 | 180 | 0.52 | 0.6 |
| Hex | 65 | CE | CE | 33 | 0 | 0 | 13 | B4 | 34 | 3C |
| Octal | 145 | 316 | 316 | 63 | 0 | 0 | 23 | 264 | 64 | 74 |
| Binary | 1100101 | 11001110 | 11001110 | 110011 | 0 | 0 | 10011 | 10110100 | 110100 | 111100 |
Color Harmonies of #65CECE
Complementary color
Monochromatic Colors of #65CECE
Black with #65CECE
Text Example
Text Example
White with #65CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CECE; }
p { color: rgb(101,206,206); }
H1.HeaderClassName
{
color: #65CECE;
}
.AnyTagClassName
{
color: #65CECE;
}
</style>
background-color css
<style>
a { background-color: #65CECE; }
a { background-color: rgb(101,206,206); }
div.DivClassName
{
background-color: #65CECE;
}
.BgClassName
{
background-color: #65CECE;
}
</style>
border-color css
<style>
span { border-color: #65CECE; }
span { border-color: rgb(101,206,206); }
td.TdClassName
{
border-color: #65CECE;
}
.TagClassName
{
border-color: #65CECE;
}
</style>