Shades of Downy #63DBCC
Tints of Downy #63DBCC
RGB
CMYK
RGB Variations
Color information
#63DBCC (or 0x63DBCC) is known color: Downy. HEX triplet: 63, DB and CC. RGB value is (99,219,204). Sum of RGB (Red+Green+Blue) = 99+219+204=522 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.97% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBCC is #9C2433. Grayscale: #B5B5B5. Windows color (decimal): -10232884 or 13425507. OLE color: 13425507.
HSL color Cylindrical-coordinate representation of color #63DBCC: hue angle of 172.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 #63DBCC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 204 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.14 |
| HSL | 172.5º | 0.63% | 0.62% | - |
| HSV(B) | 172.5º | 0.55% | 0.86% | - |
| XYZ | 41.38 | 57.68 | 66.08 | - |
| YUV | 181.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 204 | 0.55 | 0 | 0.07 | 0.14 | 172.5 | 0.63 | 0.62 |
| Hex | 63 | DB | CC | 37 | 0 | 7 | E | AC | 3E | 3E |
| Octal | 143 | 333 | 314 | 67 | 0 | 7 | 16 | 254 | 76 | 76 |
| Binary | 1100011 | 11011011 | 11001100 | 110111 | 0 | 111 | 1110 | 10101100 | 111110 | 111110 |
Color Harmonies of #63DBCC
Complementary color
Monochromatic Colors of #63DBCC
Black with #63DBCC
Text Example
Text Example
White with #63DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBCC; }
p { color: rgb(99,219,204); }
H1.HeaderClassName
{
color: #63DBCC;
}
.AnyTagClassName
{
color: #63DBCC;
}
</style>
background-color css
<style>
a { background-color: #63DBCC; }
a { background-color: rgb(99,219,204); }
div.DivClassName
{
background-color: #63DBCC;
}
.BgClassName
{
background-color: #63DBCC;
}
</style>
border-color css
<style>
span { border-color: #63DBCC; }
span { border-color: rgb(99,219,204); }
td.TdClassName
{
border-color: #63DBCC;
}
.TagClassName
{
border-color: #63DBCC;
}
</style>