Shades of Downy #63DAC2
Tints of Downy #63DAC2
RGB
CMYK
RGB Variations
Color information
#63DAC2 (or 0x63DAC2) is known color: Downy. HEX triplet: 63, DA and C2. RGB value is (99,218,194). Sum of RGB (Red+Green+Blue) = 99+218+194=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #63DAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DAC2 is #9C253D. Grayscale: #B3B3B3. Windows color (decimal): -10233150 or 12769891. OLE color: 12769891.
HSL color Cylindrical-coordinate representation of color #63DAC2: hue angle of 167.9º 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 #63DAC2 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 194 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.15 |
| HSL | 167.9º | 0.62% | 0.62% | - |
| HSV(B) | 167.9º | 0.55% | 0.85% | - |
| XYZ | 39.95 | 56.69 | 59.88 | - |
| YUV | 179.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 194 | 0.55 | 0 | 0.11 | 0.15 | 167.9 | 0.62 | 0.62 |
| Hex | 63 | DA | C2 | 37 | 0 | B | F | A8 | 3E | 3E |
| Octal | 143 | 332 | 302 | 67 | 0 | 13 | 17 | 250 | 76 | 76 |
| Binary | 1100011 | 11011010 | 11000010 | 110111 | 0 | 1011 | 1111 | 10101000 | 111110 | 111110 |
Color Harmonies of #63DAC2
Complementary color
Monochromatic Colors of #63DAC2
Black with #63DAC2
Text Example
Text Example
White with #63DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DAC2; }
p { color: rgb(99,218,194); }
H1.HeaderClassName
{
color: #63DAC2;
}
.AnyTagClassName
{
color: #63DAC2;
}
</style>
background-color css
<style>
a { background-color: #63DAC2; }
a { background-color: rgb(99,218,194); }
div.DivClassName
{
background-color: #63DAC2;
}
.BgClassName
{
background-color: #63DAC2;
}
</style>
border-color css
<style>
span { border-color: #63DAC2; }
span { border-color: rgb(99,218,194); }
td.TdClassName
{
border-color: #63DAC2;
}
.TagClassName
{
border-color: #63DAC2;
}
</style>