Shades of Downy #63DEC5
Tints of Downy #63DEC5
RGB
CMYK
RGB Variations
Color information
#63DEC5 (or 0x63DEC5) is known color: Downy. HEX triplet: 63, DE and C5. RGB value is (99,222,197). Sum of RGB (Red+Green+Blue) = 99+222+197=518 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.11% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DEC5 is #9C213A. Grayscale: #B6B6B6. Windows color (decimal): -10232123 or 12967523. OLE color: 12967523.
HSL color Cylindrical-coordinate representation of color #63DEC5: hue angle of 167.8º 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 #63DEC5 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 222 | 197 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.13 |
| HSL | 167.8º | 0.65% | 0.63% | - |
| HSV(B) | 167.8º | 0.55% | 0.87% | - |
| XYZ | 41.34 | 58.93 | 62.02 | - |
| YUV | 182.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 222 | 197 | 0.55 | 0 | 0.11 | 0.13 | 167.8 | 0.65 | 0.63 |
| Hex | 63 | DE | C5 | 37 | 0 | B | D | A8 | 41 | 3F |
| Octal | 143 | 336 | 305 | 67 | 0 | 13 | 15 | 250 | 101 | 77 |
| Binary | 1100011 | 11011110 | 11000101 | 110111 | 0 | 1011 | 1101 | 10101000 | 1000001 | 111111 |
Color Harmonies of #63DEC5
Complementary color
Monochromatic Colors of #63DEC5
Black with #63DEC5
Text Example
Text Example
White with #63DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DEC5; }
p { color: rgb(99,222,197); }
H1.HeaderClassName
{
color: #63DEC5;
}
.AnyTagClassName
{
color: #63DEC5;
}
</style>
background-color css
<style>
a { background-color: #63DEC5; }
a { background-color: rgb(99,222,197); }
div.DivClassName
{
background-color: #63DEC5;
}
.BgClassName
{
background-color: #63DEC5;
}
</style>
border-color css
<style>
span { border-color: #63DEC5; }
span { border-color: rgb(99,222,197); }
td.TdClassName
{
border-color: #63DEC5;
}
.TagClassName
{
border-color: #63DEC5;
}
</style>