Shades of Downy #65C8CE
Tints of Downy #65C8CE
RGB
CMYK
RGB Variations
Color information
#65C8CE (or 0x65C8CE) is known color: Downy. HEX triplet: 65, C8 and CE. RGB value is (101,200,206). Sum of RGB (Red+Green+Blue) = 101+200+206=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #65C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8CE is #9A3731. Grayscale: #AAAAAA. Windows color (decimal): -10106674 or 13551717. OLE color: 13551717.
HSL color Cylindrical-coordinate representation of color #65C8CE: hue angle of 183.43º 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 #65C8CE is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 200 | 206 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.19 |
| HSL | 183.43º | 0.52% | 0.6% | - |
| HSV(B) | 183.43º | 0.51% | 0.81% | - |
| XYZ | 37.16 | 48.53 | 65.8 | - |
| YUV | 171.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 206 | 0.51 | 0.03 | 0 | 0.19 | 183.43 | 0.52 | 0.6 |
| Hex | 65 | C8 | CE | 33 | 3 | 0 | 13 | B7 | 34 | 3C |
| Octal | 145 | 310 | 316 | 63 | 3 | 0 | 23 | 267 | 64 | 74 |
| Binary | 1100101 | 11001000 | 11001110 | 110011 | 11 | 0 | 10011 | 10110111 | 110100 | 111100 |
Color Harmonies of #65C8CE
Complementary color
Monochromatic Colors of #65C8CE
Black with #65C8CE
Text Example
Text Example
White with #65C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8CE; }
p { color: rgb(101,200,206); }
H1.HeaderClassName
{
color: #65C8CE;
}
.AnyTagClassName
{
color: #65C8CE;
}
</style>
background-color css
<style>
a { background-color: #65C8CE; }
a { background-color: rgb(101,200,206); }
div.DivClassName
{
background-color: #65C8CE;
}
.BgClassName
{
background-color: #65C8CE;
}
</style>
border-color css
<style>
span { border-color: #65C8CE; }
span { border-color: rgb(101,200,206); }
td.TdClassName
{
border-color: #65C8CE;
}
.TagClassName
{
border-color: #65C8CE;
}
</style>