Shades of Downy #63CECE
Tints of Downy #63CECE
RGB
CMYK
RGB Variations
Color information
#63CECE (or 0x63CECE) is known color: Downy. HEX triplet: 63, CE and CE. RGB value is (99,206,206). Sum of RGB (Red+Green+Blue) = 99+206+206=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #63CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CECE is #9C3131. Grayscale: #ADADAD. Windows color (decimal): -10236210 or 13553251. OLE color: 13553251.
HSL color Cylindrical-coordinate representation of color #63CECE: hue angle of 180º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CECE is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 206 | 206 | - |
| CMYK | 0.52 | 0 | 0 | 0.19 |
| HSL | 180º | 0.52% | 0.6% | - |
| HSV(B) | 180º | 0.52% | 0.81% | - |
| XYZ | 38.36 | 51.25 | 66.26 | - |
| YUV | 174.01 | 146.05 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 206 | 0.52 | 0 | 0 | 0.19 | 180 | 0.52 | 0.6 |
| Hex | 63 | CE | CE | 34 | 0 | 0 | 13 | B4 | 34 | 3C |
| Octal | 143 | 316 | 316 | 64 | 0 | 0 | 23 | 264 | 64 | 74 |
| Binary | 1100011 | 11001110 | 11001110 | 110100 | 0 | 0 | 10011 | 10110100 | 110100 | 111100 |
Color Harmonies of #63CECE
Complementary color
Monochromatic Colors of #63CECE
Black with #63CECE
Text Example
Text Example
White with #63CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CECE; }
p { color: rgb(99,206,206); }
H1.HeaderClassName
{
color: #63CECE;
}
.AnyTagClassName
{
color: #63CECE;
}
</style>
background-color css
<style>
a { background-color: #63CECE; }
a { background-color: rgb(99,206,206); }
div.DivClassName
{
background-color: #63CECE;
}
.BgClassName
{
background-color: #63CECE;
}
</style>
border-color css
<style>
span { border-color: #63CECE; }
span { border-color: rgb(99,206,206); }
td.TdClassName
{
border-color: #63CECE;
}
.TagClassName
{
border-color: #63CECE;
}
</style>