Shades of Downy #63DFCC
Tints of Downy #63DFCC
RGB
CMYK
RGB Variations
Color information
#63DFCC (or 0x63DFCC) is known color: Downy. HEX triplet: 63, DF and CC. RGB value is (99,223,204). Sum of RGB (Red+Green+Blue) = 99+223+204=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFCC is #9C2033. Grayscale: #B7B7B7. Windows color (decimal): -10231860 or 13426531. OLE color: 13426531.
HSL color Cylindrical-coordinate representation of color #63DFCC: hue angle of 170.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFCC is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 204 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.13 |
| HSL | 170.81º | 0.66% | 0.63% | - |
| HSV(B) | 170.81º | 0.56% | 0.87% | - |
| XYZ | 42.43 | 59.79 | 66.43 | - |
| YUV | 183.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 204 | 0.56 | 0 | 0.09 | 0.13 | 170.81 | 0.66 | 0.63 |
| Hex | 63 | DF | CC | 38 | 0 | 9 | D | AB | 42 | 3F |
| Octal | 143 | 337 | 314 | 70 | 0 | 11 | 15 | 253 | 102 | 77 |
| Binary | 1100011 | 11011111 | 11001100 | 111000 | 0 | 1001 | 1101 | 10101011 | 1000010 | 111111 |
Color Harmonies of #63DFCC
Complementary color
Monochromatic Colors of #63DFCC
Black with #63DFCC
Text Example
Text Example
White with #63DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFCC; }
p { color: rgb(99,223,204); }
H1.HeaderClassName
{
color: #63DFCC;
}
.AnyTagClassName
{
color: #63DFCC;
}
</style>
background-color css
<style>
a { background-color: #63DFCC; }
a { background-color: rgb(99,223,204); }
div.DivClassName
{
background-color: #63DFCC;
}
.BgClassName
{
background-color: #63DFCC;
}
</style>
border-color css
<style>
span { border-color: #63DFCC; }
span { border-color: rgb(99,223,204); }
td.TdClassName
{
border-color: #63DFCC;
}
.TagClassName
{
border-color: #63DFCC;
}
</style>