Shades of Downy #63CCBB
Tints of Downy #63CCBB
RGB
CMYK
RGB Variations
Color information
#63CCBB (or 0x63CCBB) is known color: Downy. HEX triplet: 63, CC and BB. RGB value is (99,204,187). Sum of RGB (Red+Green+Blue) = 99+204+187=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCBB is #9C3344. Grayscale: #AAAAAA. Windows color (decimal): -10236741 or 12307555. OLE color: 12307555.
HSL color Cylindrical-coordinate representation of color #63CCBB: hue angle of 170.29º 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 #63CCBB is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 187 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.2 |
| HSL | 170.29º | 0.51% | 0.59% | - |
| HSV(B) | 170.29º | 0.51% | 0.8% | - |
| XYZ | 35.71 | 49.43 | 54.67 | - |
| YUV | 170.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 187 | 0.51 | 0 | 0.08 | 0.2 | 170.29 | 0.51 | 0.59 |
| Hex | 63 | CC | BB | 33 | 0 | 8 | 14 | AA | 33 | 3B |
| Octal | 143 | 314 | 273 | 63 | 0 | 10 | 24 | 252 | 63 | 73 |
| Binary | 1100011 | 11001100 | 10111011 | 110011 | 0 | 1000 | 10100 | 10101010 | 110011 | 111011 |
Color Harmonies of #63CCBB
Complementary color
Monochromatic Colors of #63CCBB
Black with #63CCBB
Text Example
Text Example
White with #63CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCBB; }
p { color: rgb(99,204,187); }
H1.HeaderClassName
{
color: #63CCBB;
}
.AnyTagClassName
{
color: #63CCBB;
}
</style>
background-color css
<style>
a { background-color: #63CCBB; }
a { background-color: rgb(99,204,187); }
div.DivClassName
{
background-color: #63CCBB;
}
.BgClassName
{
background-color: #63CCBB;
}
</style>
border-color css
<style>
span { border-color: #63CCBB; }
span { border-color: rgb(99,204,187); }
td.TdClassName
{
border-color: #63CCBB;
}
.TagClassName
{
border-color: #63CCBB;
}
</style>