Shades of Downy #63D1CF
Tints of Downy #63D1CF
RGB
CMYK
RGB Variations
Color information
#63D1CF (or 0x63D1CF) is known color: Downy. HEX triplet: 63, D1 and CF. RGB value is (99,209,207). Sum of RGB (Red+Green+Blue) = 99+209+207=515 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.22% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #63D1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1CF is #9C2E30. Grayscale: #AFAFAF. Windows color (decimal): -10235441 or 13619555. OLE color: 13619555.
HSL color Cylindrical-coordinate representation of color #63D1CF: hue angle of 178.91º 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 #63D1CF is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 209 | 207 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.18 |
| HSL | 178.91º | 0.54% | 0.6% | - |
| HSV(B) | 178.91º | 0.53% | 0.82% | - |
| XYZ | 39.21 | 52.76 | 67.15 | - |
| YUV | 175.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 209 | 207 | 0.53 | 0 | 0.01 | 0.18 | 178.91 | 0.54 | 0.6 |
| Hex | 63 | D1 | CF | 35 | 0 | 1 | 12 | B3 | 36 | 3C |
| Octal | 143 | 321 | 317 | 65 | 0 | 1 | 22 | 263 | 66 | 74 |
| Binary | 1100011 | 11010001 | 11001111 | 110101 | 0 | 1 | 10010 | 10110011 | 110110 | 111100 |
Color Harmonies of #63D1CF
Complementary color
Monochromatic Colors of #63D1CF
Black with #63D1CF
Text Example
Text Example
White with #63D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D1CF; }
p { color: rgb(99,209,207); }
H1.HeaderClassName
{
color: #63D1CF;
}
.AnyTagClassName
{
color: #63D1CF;
}
</style>
background-color css
<style>
a { background-color: #63D1CF; }
a { background-color: rgb(99,209,207); }
div.DivClassName
{
background-color: #63D1CF;
}
.BgClassName
{
background-color: #63D1CF;
}
</style>
border-color css
<style>
span { border-color: #63D1CF; }
span { border-color: rgb(99,209,207); }
td.TdClassName
{
border-color: #63D1CF;
}
.TagClassName
{
border-color: #63D1CF;
}
</style>