Shades of Downy #63CBBE
Tints of Downy #63CBBE
RGB
CMYK
RGB Variations
Color information
#63CBBE (or 0x63CBBE) is known color: Downy. HEX triplet: 63, CB and BE. RGB value is (99,203,190). Sum of RGB (Red+Green+Blue) = 99+203+190=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #63CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBBE is #9C3441. Grayscale: #AAAAAA. Windows color (decimal): -10236994 or 12503907. OLE color: 12503907.
HSL color Cylindrical-coordinate representation of color #63CBBE: hue angle of 172.5º 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 #63CBBE is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 203 | 190 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.20 |
| HSL | 172.5º | 0.5% | 0.59% | - |
| HSV(B) | 172.5º | 0.51% | 0.8% | - |
| XYZ | 35.8 | 49.08 | 56.3 | - |
| YUV | 170.42 | 139.04 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 190 | 0.51 | 0 | 0.06 | 0.20 | 172.5 | 0.5 | 0.59 |
| Hex | 63 | CB | BE | 33 | 0 | 6 | 14 | AC | 32 | 3B |
| Octal | 143 | 313 | 276 | 63 | 0 | 6 | 24 | 254 | 62 | 73 |
| Binary | 1100011 | 11001011 | 10111110 | 110011 | 0 | 110 | 10100 | 10101100 | 110010 | 111011 |
Color Harmonies of #63CBBE
Complementary color
Monochromatic Colors of #63CBBE
Black with #63CBBE
Text Example
Text Example
White with #63CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBBE; }
p { color: rgb(99,203,190); }
H1.HeaderClassName
{
color: #63CBBE;
}
.AnyTagClassName
{
color: #63CBBE;
}
</style>
background-color css
<style>
a { background-color: #63CBBE; }
a { background-color: rgb(99,203,190); }
div.DivClassName
{
background-color: #63CBBE;
}
.BgClassName
{
background-color: #63CBBE;
}
</style>
border-color css
<style>
span { border-color: #63CBBE; }
span { border-color: rgb(99,203,190); }
td.TdClassName
{
border-color: #63CBBE;
}
.TagClassName
{
border-color: #63CBBE;
}
</style>