Shades of Downy #63DACE
Tints of Downy #63DACE
RGB
CMYK
RGB Variations
Color information
#63DACE (or 0x63DACE) is known color: Downy. HEX triplet: 63, DA and CE. RGB value is (99,218,206). Sum of RGB (Red+Green+Blue) = 99+218+206=523 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.93% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #63DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DACE is #9C2531. Grayscale: #B4B4B4. Windows color (decimal): -10233138 or 13556323. OLE color: 13556323.
HSL color Cylindrical-coordinate representation of color #63DACE: hue angle of 173.95º 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 #63DACE is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 206 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.15 |
| HSL | 173.95º | 0.62% | 0.62% | - |
| HSV(B) | 173.95º | 0.55% | 0.85% | - |
| XYZ | 41.36 | 57.25 | 67.26 | - |
| YUV | 181.05 | 142.08 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 206 | 0.55 | 0 | 0.06 | 0.15 | 173.95 | 0.62 | 0.62 |
| Hex | 63 | DA | CE | 37 | 0 | 6 | F | AE | 3E | 3E |
| Octal | 143 | 332 | 316 | 67 | 0 | 6 | 17 | 256 | 76 | 76 |
| Binary | 1100011 | 11011010 | 11001110 | 110111 | 0 | 110 | 1111 | 10101110 | 111110 | 111110 |
Color Harmonies of #63DACE
Complementary color
Monochromatic Colors of #63DACE
Black with #63DACE
Text Example
Text Example
White with #63DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DACE; }
p { color: rgb(99,218,206); }
H1.HeaderClassName
{
color: #63DACE;
}
.AnyTagClassName
{
color: #63DACE;
}
</style>
background-color css
<style>
a { background-color: #63DACE; }
a { background-color: rgb(99,218,206); }
div.DivClassName
{
background-color: #63DACE;
}
.BgClassName
{
background-color: #63DACE;
}
</style>
border-color css
<style>
span { border-color: #63DACE; }
span { border-color: rgb(99,218,206); }
td.TdClassName
{
border-color: #63DACE;
}
.TagClassName
{
border-color: #63DACE;
}
</style>