Shades of Downy #63DFC8
Tints of Downy #63DFC8
RGB
CMYK
RGB Variations
Color information
#63DFC8 (or 0x63DFC8) is known color: Downy. HEX triplet: 63, DF and C8. RGB value is (99,223,200). Sum of RGB (Red+Green+Blue) = 99+223+200=522 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.97% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFC8 is #9C2037. Grayscale: #B7B7B7. Windows color (decimal): -10231864 or 13164387. OLE color: 13164387.
HSL color Cylindrical-coordinate representation of color #63DFC8: hue angle of 168.87º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFC8 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 200 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.13 |
| HSL | 168.87º | 0.66% | 0.63% | - |
| HSV(B) | 168.87º | 0.56% | 0.87% | - |
| XYZ | 41.96 | 59.6 | 63.94 | - |
| YUV | 183.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 200 | 0.56 | 0 | 0.10 | 0.13 | 168.87 | 0.66 | 0.63 |
| Hex | 63 | DF | C8 | 38 | 0 | A | D | A9 | 42 | 3F |
| Octal | 143 | 337 | 310 | 70 | 0 | 12 | 15 | 251 | 102 | 77 |
| Binary | 1100011 | 11011111 | 11001000 | 111000 | 0 | 1010 | 1101 | 10101001 | 1000010 | 111111 |
Color Harmonies of #63DFC8
Complementary color
Monochromatic Colors of #63DFC8
Black with #63DFC8
Text Example
Text Example
White with #63DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFC8; }
p { color: rgb(99,223,200); }
H1.HeaderClassName
{
color: #63DFC8;
}
.AnyTagClassName
{
color: #63DFC8;
}
</style>
background-color css
<style>
a { background-color: #63DFC8; }
a { background-color: rgb(99,223,200); }
div.DivClassName
{
background-color: #63DFC8;
}
.BgClassName
{
background-color: #63DFC8;
}
</style>
border-color css
<style>
span { border-color: #63DFC8; }
span { border-color: rgb(99,223,200); }
td.TdClassName
{
border-color: #63DFC8;
}
.TagClassName
{
border-color: #63DFC8;
}
</style>