Shades of Downy #63CDC9
Tints of Downy #63CDC9
RGB
CMYK
RGB Variations
Color information
#63CDC9 (or 0x63CDC9) is known color: Downy. HEX triplet: 63, CD and C9. RGB value is (99,205,201). Sum of RGB (Red+Green+Blue) = 99+205+201=505 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.60% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC9 is #9C3236. Grayscale: #ACACAC. Windows color (decimal): -10236471 or 13225315. OLE color: 13225315.
HSL color Cylindrical-coordinate representation of color #63CDC9: hue angle of 177.74º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDC9 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 205 | 201 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.20 |
| HSL | 177.74º | 0.51% | 0.6% | - |
| HSV(B) | 177.74º | 0.52% | 0.8% | - |
| XYZ | 37.52 | 50.53 | 63.03 | - |
| YUV | 172.85 | 143.88 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 201 | 0.52 | 0 | 0.02 | 0.20 | 177.74 | 0.51 | 0.6 |
| Hex | 63 | CD | C9 | 34 | 0 | 2 | 14 | B2 | 33 | 3C |
| Octal | 143 | 315 | 311 | 64 | 0 | 2 | 24 | 262 | 63 | 74 |
| Binary | 1100011 | 11001101 | 11001001 | 110100 | 0 | 10 | 10100 | 10110010 | 110011 | 111100 |
Color Harmonies of #63CDC9
Complementary color
Monochromatic Colors of #63CDC9
Black with #63CDC9
Text Example
Text Example
White with #63CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDC9; }
p { color: rgb(99,205,201); }
H1.HeaderClassName
{
color: #63CDC9;
}
.AnyTagClassName
{
color: #63CDC9;
}
</style>
background-color css
<style>
a { background-color: #63CDC9; }
a { background-color: rgb(99,205,201); }
div.DivClassName
{
background-color: #63CDC9;
}
.BgClassName
{
background-color: #63CDC9;
}
</style>
border-color css
<style>
span { border-color: #63CDC9; }
span { border-color: rgb(99,205,201); }
td.TdClassName
{
border-color: #63CDC9;
}
.TagClassName
{
border-color: #63CDC9;
}
</style>