Shades of Downy #63CBCD
Tints of Downy #63CBCD
RGB
CMYK
RGB Variations
Color information
#63CBCD (or 0x63CBCD) is known color: Downy. HEX triplet: 63, CB and CD. RGB value is (99,203,205). Sum of RGB (Red+Green+Blue) = 99+203+205=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #63CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBCD is #9C3432. Grayscale: #ACACAC. Windows color (decimal): -10236979 or 13486947. OLE color: 13486947.
HSL color Cylindrical-coordinate representation of color #63CBCD: hue angle of 181.13º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CBCD is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 203 | 205 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.20 |
| HSL | 181.13º | 0.51% | 0.6% | - |
| HSV(B) | 181.13º | 0.52% | 0.8% | - |
| XYZ | 37.52 | 49.77 | 65.39 | - |
| YUV | 172.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 205 | 0.52 | 0.01 | 0 | 0.20 | 181.13 | 0.51 | 0.6 |
| Hex | 63 | CB | CD | 34 | 1 | 0 | 14 | B5 | 33 | 3C |
| Octal | 143 | 313 | 315 | 64 | 1 | 0 | 24 | 265 | 63 | 74 |
| Binary | 1100011 | 11001011 | 11001101 | 110100 | 1 | 0 | 10100 | 10110101 | 110011 | 111100 |
Color Harmonies of #63CBCD
Complementary color
Monochromatic Colors of #63CBCD
Black with #63CBCD
Text Example
Text Example
White with #63CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CBCD; }
p { color: rgb(99,203,205); }
H1.HeaderClassName
{
color: #63CBCD;
}
.AnyTagClassName
{
color: #63CBCD;
}
</style>
background-color css
<style>
a { background-color: #63CBCD; }
a { background-color: rgb(99,203,205); }
div.DivClassName
{
background-color: #63CBCD;
}
.BgClassName
{
background-color: #63CBCD;
}
</style>
border-color css
<style>
span { border-color: #63CBCD; }
span { border-color: rgb(99,203,205); }
td.TdClassName
{
border-color: #63CBCD;
}
.TagClassName
{
border-color: #63CBCD;
}
</style>