Shades of Downy #63EAD2
Tints of Downy #63EAD2
RGB
CMYK
RGB Variations
Color information
#63EAD2 (or 0x63EAD2) is known color: Downy. HEX triplet: 63, EA and D2. RGB value is (99,234,210). Sum of RGB (Red+Green+Blue) = 99+234+210=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #63EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EAD2 is #9C152D. Grayscale: #BEBEBE. Windows color (decimal): -10229038 or 13822563. OLE color: 13822563.
HSL color Cylindrical-coordinate representation of color #63EAD2: hue angle of 169.33º 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 #63EAD2 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 210 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.08 |
| HSL | 169.33º | 0.76% | 0.65% | - |
| HSV(B) | 169.33º | 0.58% | 0.92% | - |
| XYZ | 46.2 | 66.15 | 71.31 | - |
| YUV | 190.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 210 | 0.58 | 0 | 0.10 | 0.08 | 169.33 | 0.76 | 0.65 |
| Hex | 63 | EA | D2 | 3A | 0 | A | 8 | A9 | 4C | 41 |
| Octal | 143 | 352 | 322 | 72 | 0 | 12 | 10 | 251 | 114 | 101 |
| Binary | 1100011 | 11101010 | 11010010 | 111010 | 0 | 1010 | 1000 | 10101001 | 1001100 | 1000001 |
Color Harmonies of #63EAD2
Complementary color
Monochromatic Colors of #63EAD2
Black with #63EAD2
Text Example
Text Example
White with #63EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EAD2; }
p { color: rgb(99,234,210); }
H1.HeaderClassName
{
color: #63EAD2;
}
.AnyTagClassName
{
color: #63EAD2;
}
</style>
background-color css
<style>
a { background-color: #63EAD2; }
a { background-color: rgb(99,234,210); }
div.DivClassName
{
background-color: #63EAD2;
}
.BgClassName
{
background-color: #63EAD2;
}
</style>
border-color css
<style>
span { border-color: #63EAD2; }
span { border-color: rgb(99,234,210); }
td.TdClassName
{
border-color: #63EAD2;
}
.TagClassName
{
border-color: #63EAD2;
}
</style>