Shades of Downy #63DAC7
Tints of Downy #63DAC7
RGB
CMYK
RGB Variations
Color information
#63DAC7 (or 0x63DAC7) is known color: Downy. HEX triplet: 63, DA and C7. RGB value is (99,218,199). Sum of RGB (Red+Green+Blue) = 99+218+199=516 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.19% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #63DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DAC7 is #9C2538. Grayscale: #B4B4B4. Windows color (decimal): -10233145 or 13097571. OLE color: 13097571.
HSL color Cylindrical-coordinate representation of color #63DAC7: hue angle of 170.42º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DAC7 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 199 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.15 |
| HSL | 170.42º | 0.62% | 0.62% | - |
| HSV(B) | 170.42º | 0.55% | 0.85% | - |
| XYZ | 40.53 | 56.92 | 62.88 | - |
| YUV | 180.25 | 138.58 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 199 | 0.55 | 0 | 0.09 | 0.15 | 170.42 | 0.62 | 0.62 |
| Hex | 63 | DA | C7 | 37 | 0 | 9 | F | AA | 3E | 3E |
| Octal | 143 | 332 | 307 | 67 | 0 | 11 | 17 | 252 | 76 | 76 |
| Binary | 1100011 | 11011010 | 11000111 | 110111 | 0 | 1001 | 1111 | 10101010 | 111110 | 111110 |
Color Harmonies of #63DAC7
Complementary color
Monochromatic Colors of #63DAC7
Black with #63DAC7
Text Example
Text Example
White with #63DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DAC7; }
p { color: rgb(99,218,199); }
H1.HeaderClassName
{
color: #63DAC7;
}
.AnyTagClassName
{
color: #63DAC7;
}
</style>
background-color css
<style>
a { background-color: #63DAC7; }
a { background-color: rgb(99,218,199); }
div.DivClassName
{
background-color: #63DAC7;
}
.BgClassName
{
background-color: #63DAC7;
}
</style>
border-color css
<style>
span { border-color: #63DAC7; }
span { border-color: rgb(99,218,199); }
td.TdClassName
{
border-color: #63DAC7;
}
.TagClassName
{
border-color: #63DAC7;
}
</style>