Shades of Downy #63EACE
Tints of Downy #63EACE
RGB
CMYK
RGB Variations
Color information
#63EACE (or 0x63EACE) is known color: Downy. HEX triplet: 63, EA and CE. RGB value is (99,234,206). Sum of RGB (Red+Green+Blue) = 99+234+206=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #63EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EACE is #9C1531. Grayscale: #BEBEBE. Windows color (decimal): -10229042 or 13560419. OLE color: 13560419.
HSL color Cylindrical-coordinate representation of color #63EACE: hue angle of 167.56º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EACE is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 206 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.08 |
| HSL | 167.56º | 0.76% | 0.65% | - |
| HSV(B) | 167.56º | 0.58% | 0.92% | - |
| XYZ | 45.71 | 65.95 | 68.71 | - |
| YUV | 190.44 | 136.77 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 206 | 0.58 | 0 | 0.12 | 0.08 | 167.56 | 0.76 | 0.65 |
| Hex | 63 | EA | CE | 3A | 0 | C | 8 | A8 | 4C | 41 |
| Octal | 143 | 352 | 316 | 72 | 0 | 14 | 10 | 250 | 114 | 101 |
| Binary | 1100011 | 11101010 | 11001110 | 111010 | 0 | 1100 | 1000 | 10101000 | 1001100 | 1000001 |
Color Harmonies of #63EACE
Complementary color
Monochromatic Colors of #63EACE
Black with #63EACE
Text Example
Text Example
White with #63EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EACE; }
p { color: rgb(99,234,206); }
H1.HeaderClassName
{
color: #63EACE;
}
.AnyTagClassName
{
color: #63EACE;
}
</style>
background-color css
<style>
a { background-color: #63EACE; }
a { background-color: rgb(99,234,206); }
div.DivClassName
{
background-color: #63EACE;
}
.BgClassName
{
background-color: #63EACE;
}
</style>
border-color css
<style>
span { border-color: #63EACE; }
span { border-color: rgb(99,234,206); }
td.TdClassName
{
border-color: #63EACE;
}
.TagClassName
{
border-color: #63EACE;
}
</style>