Shades of Downy #63D3CF
Tints of Downy #63D3CF
RGB
CMYK
RGB Variations
Color information
#63D3CF (or 0x63D3CF) is known color: Downy. HEX triplet: 63, D3 and CF. RGB value is (99,211,207). Sum of RGB (Red+Green+Blue) = 99+211+207=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #63D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D3CF is #9C2C30. Grayscale: #B0B0B0. Windows color (decimal): -10234929 or 13620067. OLE color: 13620067.
HSL color Cylindrical-coordinate representation of color #63D3CF: hue angle of 177.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D3CF is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 211 | 207 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.17 |
| HSL | 177.86º | 0.56% | 0.61% | - |
| HSV(B) | 177.86º | 0.53% | 0.83% | - |
| XYZ | 39.7 | 53.75 | 67.31 | - |
| YUV | 177.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 211 | 207 | 0.53 | 0 | 0.02 | 0.17 | 177.86 | 0.56 | 0.61 |
| Hex | 63 | D3 | CF | 35 | 0 | 2 | 11 | B2 | 38 | 3D |
| Octal | 143 | 323 | 317 | 65 | 0 | 2 | 21 | 262 | 70 | 75 |
| Binary | 1100011 | 11010011 | 11001111 | 110101 | 0 | 10 | 10001 | 10110010 | 111000 | 111101 |
Color Harmonies of #63D3CF
Complementary color
Monochromatic Colors of #63D3CF
Black with #63D3CF
Text Example
Text Example
White with #63D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D3CF; }
p { color: rgb(99,211,207); }
H1.HeaderClassName
{
color: #63D3CF;
}
.AnyTagClassName
{
color: #63D3CF;
}
</style>
background-color css
<style>
a { background-color: #63D3CF; }
a { background-color: rgb(99,211,207); }
div.DivClassName
{
background-color: #63D3CF;
}
.BgClassName
{
background-color: #63D3CF;
}
</style>
border-color css
<style>
span { border-color: #63D3CF; }
span { border-color: rgb(99,211,207); }
td.TdClassName
{
border-color: #63D3CF;
}
.TagClassName
{
border-color: #63D3CF;
}
</style>