Shades of Downy #63EACF
Tints of Downy #63EACF
RGB
CMYK
RGB Variations
Color information
#63EACF (or 0x63EACF) is known color: Downy. HEX triplet: 63, EA and CF. RGB value is (99,234,207). Sum of RGB (Red+Green+Blue) = 99+234+207=540 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.33% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #63EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EACF is #9C1530. Grayscale: #BEBEBE. Windows color (decimal): -10229041 or 13625955. OLE color: 13625955.
HSL color Cylindrical-coordinate representation of color #63EACF: hue angle of 168º 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 #63EACF is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 207 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.08 |
| HSL | 168º | 0.76% | 0.65% | - |
| HSV(B) | 168º | 0.58% | 0.92% | - |
| XYZ | 45.83 | 66 | 69.36 | - |
| YUV | 190.56 | 137.27 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 207 | 0.58 | 0 | 0.12 | 0.08 | 168 | 0.76 | 0.65 |
| Hex | 63 | EA | CF | 3A | 0 | C | 8 | A8 | 4C | 41 |
| Octal | 143 | 352 | 317 | 72 | 0 | 14 | 10 | 250 | 114 | 101 |
| Binary | 1100011 | 11101010 | 11001111 | 111010 | 0 | 1100 | 1000 | 10101000 | 1001100 | 1000001 |
Color Harmonies of #63EACF
Complementary color
Monochromatic Colors of #63EACF
Black with #63EACF
Text Example
Text Example
White with #63EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EACF; }
p { color: rgb(99,234,207); }
H1.HeaderClassName
{
color: #63EACF;
}
.AnyTagClassName
{
color: #63EACF;
}
</style>
background-color css
<style>
a { background-color: #63EACF; }
a { background-color: rgb(99,234,207); }
div.DivClassName
{
background-color: #63EACF;
}
.BgClassName
{
background-color: #63EACF;
}
</style>
border-color css
<style>
span { border-color: #63EACF; }
span { border-color: rgb(99,234,207); }
td.TdClassName
{
border-color: #63EACF;
}
.TagClassName
{
border-color: #63EACF;
}
</style>