Shades of Downy #63ECCF
Tints of Downy #63ECCF
RGB
CMYK
RGB Variations
Color information
#63ECCF (or 0x63ECCF) is known color: Downy. HEX triplet: 63, EC and CF. RGB value is (99,236,207). Sum of RGB (Red+Green+Blue) = 99+236+207=542 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.27% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECCF is #9C1330. Grayscale: #BFBFBF. Windows color (decimal): -10228529 or 13626467. OLE color: 13626467.
HSL color Cylindrical-coordinate representation of color #63ECCF: hue angle of 167.3º 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 #63ECCF is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 207 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.07 |
| HSL | 167.3º | 0.78% | 0.66% | - |
| HSV(B) | 167.3º | 0.58% | 0.93% | - |
| XYZ | 46.4 | 67.15 | 69.55 | - |
| YUV | 191.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 207 | 0.58 | 0 | 0.12 | 0.07 | 167.3 | 0.78 | 0.66 |
| Hex | 63 | EC | CF | 3A | 0 | C | 7 | A7 | 4E | 42 |
| Octal | 143 | 354 | 317 | 72 | 0 | 14 | 7 | 247 | 116 | 102 |
| Binary | 1100011 | 11101100 | 11001111 | 111010 | 0 | 1100 | 111 | 10100111 | 1001110 | 1000010 |
Color Harmonies of #63ECCF
Complementary color
Monochromatic Colors of #63ECCF
Black with #63ECCF
Text Example
Text Example
White with #63ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECCF; }
p { color: rgb(99,236,207); }
H1.HeaderClassName
{
color: #63ECCF;
}
.AnyTagClassName
{
color: #63ECCF;
}
</style>
background-color css
<style>
a { background-color: #63ECCF; }
a { background-color: rgb(99,236,207); }
div.DivClassName
{
background-color: #63ECCF;
}
.BgClassName
{
background-color: #63ECCF;
}
</style>
border-color css
<style>
span { border-color: #63ECCF; }
span { border-color: rgb(99,236,207); }
td.TdClassName
{
border-color: #63ECCF;
}
.TagClassName
{
border-color: #63ECCF;
}
</style>