Shades of Downy #63D0CB
Tints of Downy #63D0CB
RGB
CMYK
RGB Variations
Color information
#63D0CB (or 0x63D0CB) is known color: Downy. HEX triplet: 63, D0 and CB. RGB value is (99,208,203). Sum of RGB (Red+Green+Blue) = 99+208+203=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #63D0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D0CB is #9C2F34. Grayscale: #AEAEAE. Windows color (decimal): -10235701 or 13357155. OLE color: 13357155.
HSL color Cylindrical-coordinate representation of color #63D0CB: hue angle of 177.25º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63D0CB is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 208 | 203 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.18 |
| HSL | 177.25º | 0.54% | 0.6% | - |
| HSV(B) | 177.25º | 0.52% | 0.82% | - |
| XYZ | 38.48 | 52.08 | 64.52 | - |
| YUV | 174.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 208 | 203 | 0.52 | 0 | 0.02 | 0.18 | 177.25 | 0.54 | 0.6 |
| Hex | 63 | D0 | CB | 34 | 0 | 2 | 12 | B1 | 36 | 3C |
| Octal | 143 | 320 | 313 | 64 | 0 | 2 | 22 | 261 | 66 | 74 |
| Binary | 1100011 | 11010000 | 11001011 | 110100 | 0 | 10 | 10010 | 10110001 | 110110 | 111100 |
Color Harmonies of #63D0CB
Complementary color
Monochromatic Colors of #63D0CB
Black with #63D0CB
Text Example
Text Example
White with #63D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D0CB; }
p { color: rgb(99,208,203); }
H1.HeaderClassName
{
color: #63D0CB;
}
.AnyTagClassName
{
color: #63D0CB;
}
</style>
background-color css
<style>
a { background-color: #63D0CB; }
a { background-color: rgb(99,208,203); }
div.DivClassName
{
background-color: #63D0CB;
}
.BgClassName
{
background-color: #63D0CB;
}
</style>
border-color css
<style>
span { border-color: #63D0CB; }
span { border-color: rgb(99,208,203); }
td.TdClassName
{
border-color: #63D0CB;
}
.TagClassName
{
border-color: #63D0CB;
}
</style>