Shades of Downy #63DACC
Tints of Downy #63DACC
RGB
CMYK
RGB Variations
Color information
#63DACC (or 0x63DACC) is known color: Downy. HEX triplet: 63, DA and CC. RGB value is (99,218,204). Sum of RGB (Red+Green+Blue) = 99+218+204=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #63DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DACC is #9C2533. Grayscale: #B4B4B4. Windows color (decimal): -10233140 or 13425251. OLE color: 13425251.
HSL color Cylindrical-coordinate representation of color #63DACC: hue angle of 172.94º 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 #63DACC is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 204 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.15 |
| HSL | 172.94º | 0.62% | 0.62% | - |
| HSV(B) | 172.94º | 0.55% | 0.85% | - |
| XYZ | 41.12 | 57.16 | 65.99 | - |
| YUV | 180.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 204 | 0.55 | 0 | 0.06 | 0.15 | 172.94 | 0.62 | 0.62 |
| Hex | 63 | DA | CC | 37 | 0 | 6 | F | AD | 3E | 3E |
| Octal | 143 | 332 | 314 | 67 | 0 | 6 | 17 | 255 | 76 | 76 |
| Binary | 1100011 | 11011010 | 11001100 | 110111 | 0 | 110 | 1111 | 10101101 | 111110 | 111110 |
Color Harmonies of #63DACC
Complementary color
Monochromatic Colors of #63DACC
Black with #63DACC
Text Example
Text Example
White with #63DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DACC; }
p { color: rgb(99,218,204); }
H1.HeaderClassName
{
color: #63DACC;
}
.AnyTagClassName
{
color: #63DACC;
}
</style>
background-color css
<style>
a { background-color: #63DACC; }
a { background-color: rgb(99,218,204); }
div.DivClassName
{
background-color: #63DACC;
}
.BgClassName
{
background-color: #63DACC;
}
</style>
border-color css
<style>
span { border-color: #63DACC; }
span { border-color: rgb(99,218,204); }
td.TdClassName
{
border-color: #63DACC;
}
.TagClassName
{
border-color: #63DACC;
}
</style>