Shades of Downy #63D8BB
Tints of Downy #63D8BB
RGB
CMYK
RGB Variations
Color information
#63D8BB (or 0x63D8BB) is known color: Downy. HEX triplet: 63, D8 and BB. RGB value is (99,216,187). Sum of RGB (Red+Green+Blue) = 99+216+187=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #63D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D8BB is #9C2744. Grayscale: #B1B1B1. Windows color (decimal): -10233669 or 12310627. OLE color: 12310627.
HSL color Cylindrical-coordinate representation of color #63D8BB: hue angle of 165.13º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D8BB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 216 | 187 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.15 |
| HSL | 165.13º | 0.6% | 0.62% | - |
| HSV(B) | 165.13º | 0.54% | 0.85% | - |
| XYZ | 38.67 | 55.35 | 55.66 | - |
| YUV | 177.71 | 133.24 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 216 | 187 | 0.54 | 0 | 0.13 | 0.15 | 165.13 | 0.6 | 0.62 |
| Hex | 63 | D8 | BB | 36 | 0 | D | F | A5 | 3C | 3E |
| Octal | 143 | 330 | 273 | 66 | 0 | 15 | 17 | 245 | 74 | 76 |
| Binary | 1100011 | 11011000 | 10111011 | 110110 | 0 | 1101 | 1111 | 10100101 | 111100 | 111110 |
Color Harmonies of #63D8BB
Complementary color
Monochromatic Colors of #63D8BB
Black with #63D8BB
Text Example
Text Example
White with #63D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D8BB; }
p { color: rgb(99,216,187); }
H1.HeaderClassName
{
color: #63D8BB;
}
.AnyTagClassName
{
color: #63D8BB;
}
</style>
background-color css
<style>
a { background-color: #63D8BB; }
a { background-color: rgb(99,216,187); }
div.DivClassName
{
background-color: #63D8BB;
}
.BgClassName
{
background-color: #63D8BB;
}
</style>
border-color css
<style>
span { border-color: #63D8BB; }
span { border-color: rgb(99,216,187); }
td.TdClassName
{
border-color: #63D8BB;
}
.TagClassName
{
border-color: #63D8BB;
}
</style>