Shades of Downy #63CFCB
Tints of Downy #63CFCB
RGB
CMYK
RGB Variations
Color information
#63CFCB (or 0x63CFCB) is known color: Downy. HEX triplet: 63, CF and CB. RGB value is (99,207,203). Sum of RGB (Red+Green+Blue) = 99+207+203=509 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.45% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFCB is #9C3034. Grayscale: #AEAEAE. Windows color (decimal): -10235957 or 13356899. OLE color: 13356899.
HSL color Cylindrical-coordinate representation of color #63CFCB: hue angle of 177.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CFCB is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 203 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.19 |
| HSL | 177.78º | 0.53% | 0.6% | - |
| HSV(B) | 177.78º | 0.52% | 0.81% | - |
| XYZ | 38.24 | 51.59 | 64.44 | - |
| YUV | 174.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 203 | 0.52 | 0 | 0.02 | 0.19 | 177.78 | 0.53 | 0.6 |
| Hex | 63 | CF | CB | 34 | 0 | 2 | 13 | B2 | 35 | 3C |
| Octal | 143 | 317 | 313 | 64 | 0 | 2 | 23 | 262 | 65 | 74 |
| Binary | 1100011 | 11001111 | 11001011 | 110100 | 0 | 10 | 10011 | 10110010 | 110101 | 111100 |
Color Harmonies of #63CFCB
Complementary color
Monochromatic Colors of #63CFCB
Black with #63CFCB
Text Example
Text Example
White with #63CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFCB; }
p { color: rgb(99,207,203); }
H1.HeaderClassName
{
color: #63CFCB;
}
.AnyTagClassName
{
color: #63CFCB;
}
</style>
background-color css
<style>
a { background-color: #63CFCB; }
a { background-color: rgb(99,207,203); }
div.DivClassName
{
background-color: #63CFCB;
}
.BgClassName
{
background-color: #63CFCB;
}
</style>
border-color css
<style>
span { border-color: #63CFCB; }
span { border-color: rgb(99,207,203); }
td.TdClassName
{
border-color: #63CFCB;
}
.TagClassName
{
border-color: #63CFCB;
}
</style>