Shades of Downy #63E9CB
Tints of Downy #63E9CB
RGB
CMYK
RGB Variations
Color information
#63E9CB (or 0x63E9CB) is known color: Downy. HEX triplet: 63, E9 and CB. RGB value is (99,233,203). Sum of RGB (Red+Green+Blue) = 99+233+203=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #63E9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63E9CB is #9C1634. Grayscale: #BDBDBD. Windows color (decimal): -10229301 or 13363555. OLE color: 13363555.
HSL color Cylindrical-coordinate representation of color #63E9CB: hue angle of 166.57º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63E9CB is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 233 | 203 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.09 |
| HSL | 166.57º | 0.75% | 0.65% | - |
| HSV(B) | 166.57º | 0.58% | 0.91% | - |
| XYZ | 45.06 | 65.24 | 66.72 | - |
| YUV | 189.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 233 | 203 | 0.58 | 0 | 0.13 | 0.09 | 166.57 | 0.75 | 0.65 |
| Hex | 63 | E9 | CB | 3A | 0 | D | 9 | A7 | 4B | 41 |
| Octal | 143 | 351 | 313 | 72 | 0 | 15 | 11 | 247 | 113 | 101 |
| Binary | 1100011 | 11101001 | 11001011 | 111010 | 0 | 1101 | 1001 | 10100111 | 1001011 | 1000001 |
Color Harmonies of #63E9CB
Complementary color
Monochromatic Colors of #63E9CB
Black with #63E9CB
Text Example
Text Example
White with #63E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E9CB; }
p { color: rgb(99,233,203); }
H1.HeaderClassName
{
color: #63E9CB;
}
.AnyTagClassName
{
color: #63E9CB;
}
</style>
background-color css
<style>
a { background-color: #63E9CB; }
a { background-color: rgb(99,233,203); }
div.DivClassName
{
background-color: #63E9CB;
}
.BgClassName
{
background-color: #63E9CB;
}
</style>
border-color css
<style>
span { border-color: #63E9CB; }
span { border-color: rgb(99,233,203); }
td.TdClassName
{
border-color: #63E9CB;
}
.TagClassName
{
border-color: #63E9CB;
}
</style>