Shades of Downy #63C8CB
Tints of Downy #63C8CB
RGB
CMYK
RGB Variations
Color information
#63C8CB (or 0x63C8CB) is known color: Downy. HEX triplet: 63, C8 and CB. RGB value is (99,200,203). Sum of RGB (Red+Green+Blue) = 99+200+203=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #63C8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C8CB is #9C3734. Grayscale: #AAAAAA. Windows color (decimal): -10237749 or 13355107. OLE color: 13355107.
HSL color Cylindrical-coordinate representation of color #63C8CB: hue angle of 181.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63C8CB is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 200 | 203 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.20 |
| HSL | 181.73º | 0.5% | 0.59% | - |
| HSV(B) | 181.73º | 0.51% | 0.8% | - |
| XYZ | 36.58 | 48.27 | 63.89 | - |
| YUV | 170.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 200 | 203 | 0.51 | 0.01 | 0 | 0.20 | 181.73 | 0.5 | 0.59 |
| Hex | 63 | C8 | CB | 33 | 1 | 0 | 14 | B6 | 32 | 3B |
| Octal | 143 | 310 | 313 | 63 | 1 | 0 | 24 | 266 | 62 | 73 |
| Binary | 1100011 | 11001000 | 11001011 | 110011 | 1 | 0 | 10100 | 10110110 | 110010 | 111011 |
Color Harmonies of #63C8CB
Complementary color
Monochromatic Colors of #63C8CB
Black with #63C8CB
Text Example
Text Example
White with #63C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C8CB; }
p { color: rgb(99,200,203); }
H1.HeaderClassName
{
color: #63C8CB;
}
.AnyTagClassName
{
color: #63C8CB;
}
</style>
background-color css
<style>
a { background-color: #63C8CB; }
a { background-color: rgb(99,200,203); }
div.DivClassName
{
background-color: #63C8CB;
}
.BgClassName
{
background-color: #63C8CB;
}
</style>
border-color css
<style>
span { border-color: #63C8CB; }
span { border-color: rgb(99,200,203); }
td.TdClassName
{
border-color: #63C8CB;
}
.TagClassName
{
border-color: #63C8CB;
}
</style>