Shades of Downy #63CFCD
Tints of Downy #63CFCD
RGB
CMYK
RGB Variations
Color information
#63CFCD (or 0x63CFCD) is known color: Downy. HEX triplet: 63, CF and CD. RGB value is (99,207,205). Sum of RGB (Red+Green+Blue) = 99+207+205=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFCD is #9C3032. Grayscale: #AEAEAE. Windows color (decimal): -10235955 or 13487971. OLE color: 13487971.
HSL color Cylindrical-coordinate representation of color #63CFCD: hue angle of 178.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CFCD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 205 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.19 |
| HSL | 178.89º | 0.53% | 0.6% | - |
| HSV(B) | 178.89º | 0.52% | 0.81% | - |
| XYZ | 38.48 | 51.69 | 65.71 | - |
| YUV | 174.48 | 145.22 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 205 | 0.52 | 0 | 0.01 | 0.19 | 178.89 | 0.53 | 0.6 |
| Hex | 63 | CF | CD | 34 | 0 | 1 | 13 | B3 | 35 | 3C |
| Octal | 143 | 317 | 315 | 64 | 0 | 1 | 23 | 263 | 65 | 74 |
| Binary | 1100011 | 11001111 | 11001101 | 110100 | 0 | 1 | 10011 | 10110011 | 110101 | 111100 |
Color Harmonies of #63CFCD
Complementary color
Monochromatic Colors of #63CFCD
Black with #63CFCD
Text Example
Text Example
White with #63CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFCD; }
p { color: rgb(99,207,205); }
H1.HeaderClassName
{
color: #63CFCD;
}
.AnyTagClassName
{
color: #63CFCD;
}
</style>
background-color css
<style>
a { background-color: #63CFCD; }
a { background-color: rgb(99,207,205); }
div.DivClassName
{
background-color: #63CFCD;
}
.BgClassName
{
background-color: #63CFCD;
}
</style>
border-color css
<style>
span { border-color: #63CFCD; }
span { border-color: rgb(99,207,205); }
td.TdClassName
{
border-color: #63CFCD;
}
.TagClassName
{
border-color: #63CFCD;
}
</style>