Shades of Downy #63DEC1
Tints of Downy #63DEC1
RGB
CMYK
RGB Variations
Color information
#63DEC1 (or 0x63DEC1) is known color: Downy. HEX triplet: 63, DE and C1. RGB value is (99,222,193). Sum of RGB (Red+Green+Blue) = 99+222+193=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DEC1 is #9C213E. Grayscale: #B5B5B5. Windows color (decimal): -10232127 or 12705379. OLE color: 12705379.
HSL color Cylindrical-coordinate representation of color #63DEC1: hue angle of 165.85º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DEC1 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 222 | 193 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.13 |
| HSL | 165.85º | 0.65% | 0.63% | - |
| HSV(B) | 165.85º | 0.55% | 0.87% | - |
| XYZ | 40.89 | 58.75 | 59.64 | - |
| YUV | 181.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 222 | 193 | 0.55 | 0 | 0.13 | 0.13 | 165.85 | 0.65 | 0.63 |
| Hex | 63 | DE | C1 | 37 | 0 | D | D | A6 | 41 | 3F |
| Octal | 143 | 336 | 301 | 67 | 0 | 15 | 15 | 246 | 101 | 77 |
| Binary | 1100011 | 11011110 | 11000001 | 110111 | 0 | 1101 | 1101 | 10100110 | 1000001 | 111111 |
Color Harmonies of #63DEC1
Complementary color
Monochromatic Colors of #63DEC1
Black with #63DEC1
Text Example
Text Example
White with #63DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DEC1; }
p { color: rgb(99,222,193); }
H1.HeaderClassName
{
color: #63DEC1;
}
.AnyTagClassName
{
color: #63DEC1;
}
</style>
background-color css
<style>
a { background-color: #63DEC1; }
a { background-color: rgb(99,222,193); }
div.DivClassName
{
background-color: #63DEC1;
}
.BgClassName
{
background-color: #63DEC1;
}
</style>
border-color css
<style>
span { border-color: #63DEC1; }
span { border-color: rgb(99,222,193); }
td.TdClassName
{
border-color: #63DEC1;
}
.TagClassName
{
border-color: #63DEC1;
}
</style>