Shades of Downy #63CCCC
Tints of Downy #63CCCC
RGB
CMYK
RGB Variations
Color information
#63CCCC (or 0x63CCCC) is known color: Downy. HEX triplet: 63, CC and CC. RGB value is (99,204,204). Sum of RGB (Red+Green+Blue) = 99+204+204=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #63CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCCC is #9C3333. Grayscale: #ACACAC. Windows color (decimal): -10236724 or 13421667. OLE color: 13421667.
HSL color Cylindrical-coordinate representation of color #63CCCC: hue angle of 180º degrees, saturation: 0.51, 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 #63CCCC is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 204 | - |
| CMYK | 0.51 | 0 | 0 | 0.2 |
| HSL | 180º | 0.51% | 0.59% | - |
| HSV(B) | 180º | 0.51% | 0.8% | - |
| XYZ | 37.64 | 50.2 | 64.83 | - |
| YUV | 172.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 204 | 0.51 | 0 | 0 | 0.2 | 180 | 0.51 | 0.59 |
| Hex | 63 | CC | CC | 33 | 0 | 0 | 14 | B4 | 33 | 3B |
| Octal | 143 | 314 | 314 | 63 | 0 | 0 | 24 | 264 | 63 | 73 |
| Binary | 1100011 | 11001100 | 11001100 | 110011 | 0 | 0 | 10100 | 10110100 | 110011 | 111011 |
Color Harmonies of #63CCCC
Complementary color
Monochromatic Colors of #63CCCC
Black with #63CCCC
Text Example
Text Example
White with #63CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCCC; }
p { color: rgb(99,204,204); }
H1.HeaderClassName
{
color: #63CCCC;
}
.AnyTagClassName
{
color: #63CCCC;
}
</style>
background-color css
<style>
a { background-color: #63CCCC; }
a { background-color: rgb(99,204,204); }
div.DivClassName
{
background-color: #63CCCC;
}
.BgClassName
{
background-color: #63CCCC;
}
</style>
border-color css
<style>
span { border-color: #63CCCC; }
span { border-color: rgb(99,204,204); }
td.TdClassName
{
border-color: #63CCCC;
}
.TagClassName
{
border-color: #63CCCC;
}
</style>