Shades of Downy #63D2CF
Tints of Downy #63D2CF
RGB
CMYK
RGB Variations
Color information
#63D2CF (or 0x63D2CF) is known color: Downy. HEX triplet: 63, D2 and CF. RGB value is (99,210,207). Sum of RGB (Red+Green+Blue) = 99+210+207=516 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.19% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #63D2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2CF is #9C2D30. Grayscale: #B0B0B0. Windows color (decimal): -10235185 or 13619811. OLE color: 13619811.
HSL color Cylindrical-coordinate representation of color #63D2CF: hue angle of 178.38º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D2CF is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 210 | 207 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.18 |
| HSL | 178.38º | 0.55% | 0.61% | - |
| HSV(B) | 178.38º | 0.53% | 0.82% | - |
| XYZ | 39.45 | 53.25 | 67.23 | - |
| YUV | 176.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 210 | 207 | 0.53 | 0 | 0.01 | 0.18 | 178.38 | 0.55 | 0.61 |
| Hex | 63 | D2 | CF | 35 | 0 | 1 | 12 | B2 | 37 | 3D |
| Octal | 143 | 322 | 317 | 65 | 0 | 1 | 22 | 262 | 67 | 75 |
| Binary | 1100011 | 11010010 | 11001111 | 110101 | 0 | 1 | 10010 | 10110010 | 110111 | 111101 |
Color Harmonies of #63D2CF
Complementary color
Monochromatic Colors of #63D2CF
Black with #63D2CF
Text Example
Text Example
White with #63D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D2CF; }
p { color: rgb(99,210,207); }
H1.HeaderClassName
{
color: #63D2CF;
}
.AnyTagClassName
{
color: #63D2CF;
}
</style>
background-color css
<style>
a { background-color: #63D2CF; }
a { background-color: rgb(99,210,207); }
div.DivClassName
{
background-color: #63D2CF;
}
.BgClassName
{
background-color: #63D2CF;
}
</style>
border-color css
<style>
span { border-color: #63D2CF; }
span { border-color: rgb(99,210,207); }
td.TdClassName
{
border-color: #63D2CF;
}
.TagClassName
{
border-color: #63D2CF;
}
</style>