Shades of Downy #63DBCA
Tints of Downy #63DBCA
RGB
CMYK
RGB Variations
Color information
#63DBCA (or 0x63DBCA) is known color: Downy. HEX triplet: 63, DB and CA. RGB value is (99,219,202). Sum of RGB (Red+Green+Blue) = 99+219+202=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBCA is #9C2435. Grayscale: #B5B5B5. Windows color (decimal): -10232886 or 13294435. OLE color: 13294435.
HSL color Cylindrical-coordinate representation of color #63DBCA: hue angle of 171.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DBCA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 202 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.14 |
| HSL | 171.5º | 0.63% | 0.62% | - |
| HSV(B) | 171.5º | 0.55% | 0.86% | - |
| XYZ | 41.14 | 57.58 | 64.82 | - |
| YUV | 181.18 | 139.74 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 202 | 0.55 | 0 | 0.08 | 0.14 | 171.5 | 0.63 | 0.62 |
| Hex | 63 | DB | CA | 37 | 0 | 8 | E | AC | 3E | 3E |
| Octal | 143 | 333 | 312 | 67 | 0 | 10 | 16 | 254 | 76 | 76 |
| Binary | 1100011 | 11011011 | 11001010 | 110111 | 0 | 1000 | 1110 | 10101100 | 111110 | 111110 |
Color Harmonies of #63DBCA
Complementary color
Monochromatic Colors of #63DBCA
Black with #63DBCA
Text Example
Text Example
White with #63DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBCA; }
p { color: rgb(99,219,202); }
H1.HeaderClassName
{
color: #63DBCA;
}
.AnyTagClassName
{
color: #63DBCA;
}
</style>
background-color css
<style>
a { background-color: #63DBCA; }
a { background-color: rgb(99,219,202); }
div.DivClassName
{
background-color: #63DBCA;
}
.BgClassName
{
background-color: #63DBCA;
}
</style>
border-color css
<style>
span { border-color: #63DBCA; }
span { border-color: rgb(99,219,202); }
td.TdClassName
{
border-color: #63DBCA;
}
.TagClassName
{
border-color: #63DBCA;
}
</style>