Shades of Downy #63D1C8
Tints of Downy #63D1C8
RGB
CMYK
RGB Variations
Color information
#63D1C8 (or 0x63D1C8) is known color: Downy. HEX triplet: 63, D1 and C8. RGB value is (99,209,200). Sum of RGB (Red+Green+Blue) = 99+209+200=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #63D1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1C8 is #9C2E37. Grayscale: #AFAFAF. Windows color (decimal): -10235448 or 13160803. OLE color: 13160803.
HSL color Cylindrical-coordinate representation of color #63D1C8: hue angle of 175.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D1C8 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 209 | 200 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.18 |
| HSL | 175.09º | 0.54% | 0.6% | - |
| HSV(B) | 175.09º | 0.53% | 0.82% | - |
| XYZ | 38.37 | 52.42 | 62.74 | - |
| YUV | 175.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 209 | 200 | 0.53 | 0 | 0.04 | 0.18 | 175.09 | 0.54 | 0.6 |
| Hex | 63 | D1 | C8 | 35 | 0 | 4 | 12 | AF | 36 | 3C |
| Octal | 143 | 321 | 310 | 65 | 0 | 4 | 22 | 257 | 66 | 74 |
| Binary | 1100011 | 11010001 | 11001000 | 110101 | 0 | 100 | 10010 | 10101111 | 110110 | 111100 |
Color Harmonies of #63D1C8
Complementary color
Monochromatic Colors of #63D1C8
Black with #63D1C8
Text Example
Text Example
White with #63D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D1C8; }
p { color: rgb(99,209,200); }
H1.HeaderClassName
{
color: #63D1C8;
}
.AnyTagClassName
{
color: #63D1C8;
}
</style>
background-color css
<style>
a { background-color: #63D1C8; }
a { background-color: rgb(99,209,200); }
div.DivClassName
{
background-color: #63D1C8;
}
.BgClassName
{
background-color: #63D1C8;
}
</style>
border-color css
<style>
span { border-color: #63D1C8; }
span { border-color: rgb(99,209,200); }
td.TdClassName
{
border-color: #63D1C8;
}
.TagClassName
{
border-color: #63D1C8;
}
</style>