Shades of Downy #63ECC7
Tints of Downy #63ECC7
RGB
CMYK
RGB Variations
Color information
#63ECC7 (or 0x63ECC7) is known color: Downy. HEX triplet: 63, EC and C7. RGB value is (99,236,199). Sum of RGB (Red+Green+Blue) = 99+236+199=534 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.54% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECC7 is #9C1338. Grayscale: #BEBEBE. Windows color (decimal): -10228537 or 13102179. OLE color: 13102179.
HSL color Cylindrical-coordinate representation of color #63ECC7: hue angle of 163.8º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63ECC7 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 199 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.07 |
| HSL | 163.8º | 0.78% | 0.66% | - |
| HSV(B) | 163.8º | 0.58% | 0.93% | - |
| XYZ | 45.45 | 66.77 | 64.52 | - |
| YUV | 190.82 | 132.61 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 199 | 0.58 | 0 | 0.16 | 0.07 | 163.8 | 0.78 | 0.66 |
| Hex | 63 | EC | C7 | 3A | 0 | 10 | 7 | A4 | 4E | 42 |
| Octal | 143 | 354 | 307 | 72 | 0 | 20 | 7 | 244 | 116 | 102 |
| Binary | 1100011 | 11101100 | 11000111 | 111010 | 0 | 10000 | 111 | 10100100 | 1001110 | 1000010 |
Color Harmonies of #63ECC7
Complementary color
Monochromatic Colors of #63ECC7
Black with #63ECC7
Text Example
Text Example
White with #63ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECC7; }
p { color: rgb(99,236,199); }
H1.HeaderClassName
{
color: #63ECC7;
}
.AnyTagClassName
{
color: #63ECC7;
}
</style>
background-color css
<style>
a { background-color: #63ECC7; }
a { background-color: rgb(99,236,199); }
div.DivClassName
{
background-color: #63ECC7;
}
.BgClassName
{
background-color: #63ECC7;
}
</style>
border-color css
<style>
span { border-color: #63ECC7; }
span { border-color: rgb(99,236,199); }
td.TdClassName
{
border-color: #63ECC7;
}
.TagClassName
{
border-color: #63ECC7;
}
</style>