Shades of Downy #63EDC9
Tints of Downy #63EDC9
RGB
CMYK
RGB Variations
Color information
#63EDC9 (or 0x63EDC9) is known color: Downy. HEX triplet: 63, ED and C9. RGB value is (99,237,201). Sum of RGB (Red+Green+Blue) = 99+237+201=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDC9 is #9C1236. Grayscale: #BFBFBF. Windows color (decimal): -10228279 or 13233507. OLE color: 13233507.
HSL color Cylindrical-coordinate representation of color #63EDC9: hue angle of 164.35º degrees, saturation: 0.79, 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 #63EDC9 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 237 | 201 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.07 |
| HSL | 164.35º | 0.79% | 0.66% | - |
| HSV(B) | 164.35º | 0.58% | 0.93% | - |
| XYZ | 45.97 | 67.44 | 65.85 | - |
| YUV | 191.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 201 | 0.58 | 0 | 0.15 | 0.07 | 164.35 | 0.79 | 0.66 |
| Hex | 63 | ED | C9 | 3A | 0 | F | 7 | A4 | 4F | 42 |
| Octal | 143 | 355 | 311 | 72 | 0 | 17 | 7 | 244 | 117 | 102 |
| Binary | 1100011 | 11101101 | 11001001 | 111010 | 0 | 1111 | 111 | 10100100 | 1001111 | 1000010 |
Color Harmonies of #63EDC9
Complementary color
Monochromatic Colors of #63EDC9
Black with #63EDC9
Text Example
Text Example
White with #63EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDC9; }
p { color: rgb(99,237,201); }
H1.HeaderClassName
{
color: #63EDC9;
}
.AnyTagClassName
{
color: #63EDC9;
}
</style>
background-color css
<style>
a { background-color: #63EDC9; }
a { background-color: rgb(99,237,201); }
div.DivClassName
{
background-color: #63EDC9;
}
.BgClassName
{
background-color: #63EDC9;
}
</style>
border-color css
<style>
span { border-color: #63EDC9; }
span { border-color: rgb(99,237,201); }
td.TdClassName
{
border-color: #63EDC9;
}
.TagClassName
{
border-color: #63EDC9;
}
</style>