Shades of Downy #63DCCD
Tints of Downy #63DCCD
RGB
CMYK
RGB Variations
Color information
#63DCCD (or 0x63DCCD) is known color: Downy. HEX triplet: 63, DC and CD. RGB value is (99,220,205). Sum of RGB (Red+Green+Blue) = 99+220+205=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #63DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCCD is #9C2332. Grayscale: #B6B6B6. Windows color (decimal): -10232627 or 13491299. OLE color: 13491299.
HSL color Cylindrical-coordinate representation of color #63DCCD: hue angle of 172.56º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DCCD is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 220 | 205 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.14 |
| HSL | 172.56º | 0.63% | 0.63% | - |
| HSV(B) | 172.56º | 0.55% | 0.86% | - |
| XYZ | 41.76 | 58.25 | 66.8 | - |
| YUV | 182.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 205 | 0.55 | 0 | 0.07 | 0.14 | 172.56 | 0.63 | 0.63 |
| Hex | 63 | DC | CD | 37 | 0 | 7 | E | AD | 3F | 3F |
| Octal | 143 | 334 | 315 | 67 | 0 | 7 | 16 | 255 | 77 | 77 |
| Binary | 1100011 | 11011100 | 11001101 | 110111 | 0 | 111 | 1110 | 10101101 | 111111 | 111111 |
Color Harmonies of #63DCCD
Complementary color
Monochromatic Colors of #63DCCD
Black with #63DCCD
Text Example
Text Example
White with #63DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DCCD; }
p { color: rgb(99,220,205); }
H1.HeaderClassName
{
color: #63DCCD;
}
.AnyTagClassName
{
color: #63DCCD;
}
</style>
background-color css
<style>
a { background-color: #63DCCD; }
a { background-color: rgb(99,220,205); }
div.DivClassName
{
background-color: #63DCCD;
}
.BgClassName
{
background-color: #63DCCD;
}
</style>
border-color css
<style>
span { border-color: #63DCCD; }
span { border-color: rgb(99,220,205); }
td.TdClassName
{
border-color: #63DCCD;
}
.TagClassName
{
border-color: #63DCCD;
}
</style>