Shades of Downy #63CBCB
Tints of Downy #63CBCB
RGB
CMYK
RGB Variations
Color information
#63CBCB (or 0x63CBCB) is known color: Downy. HEX triplet: 63, CB and CB. RGB value is (99,203,203). Sum of RGB (Red+Green+Blue) = 99+203+203=505 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.60% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #63CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBCB is #9C3434. Grayscale: #ABABAB. Windows color (decimal): -10236981 or 13355875. OLE color: 13355875.
HSL color Cylindrical-coordinate representation of color #63CBCB: hue angle of 180º 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 #63CBCB is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 203 | 203 | - |
| CMYK | 0.51 | 0 | 0 | 0.20 |
| HSL | 180º | 0.5% | 0.59% | - |
| HSV(B) | 180º | 0.51% | 0.8% | - |
| XYZ | 37.28 | 49.68 | 64.12 | - |
| YUV | 171.9 | 145.54 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 203 | 0.51 | 0 | 0 | 0.20 | 180 | 0.5 | 0.59 |
| Hex | 63 | CB | CB | 33 | 0 | 0 | 14 | B4 | 32 | 3B |
| Octal | 143 | 313 | 313 | 63 | 0 | 0 | 24 | 264 | 62 | 73 |
| Binary | 1100011 | 11001011 | 11001011 | 110011 | 0 | 0 | 10100 | 10110100 | 110010 | 111011 |
Color Harmonies of #63CBCB
Complementary color
Monochromatic Colors of #63CBCB
Black with #63CBCB
Text Example
Text Example
White with #63CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBCB; }
p { color: rgb(99,203,203); }
H1.HeaderClassName
{
color: #63CBCB;
}
.AnyTagClassName
{
color: #63CBCB;
}
</style>
background-color css
<style>
a { background-color: #63CBCB; }
a { background-color: rgb(99,203,203); }
div.DivClassName
{
background-color: #63CBCB;
}
.BgClassName
{
background-color: #63CBCB;
}
</style>
border-color css
<style>
span { border-color: #63CBCB; }
span { border-color: rgb(99,203,203); }
td.TdClassName
{
border-color: #63CBCB;
}
.TagClassName
{
border-color: #63CBCB;
}
</style>