Shades of Downy #63CCBF
Tints of Downy #63CCBF
RGB
CMYK
RGB Variations
Color information
#63CCBF (or 0x63CCBF) is known color: Downy. HEX triplet: 63, CC and BF. RGB value is (99,204,191). Sum of RGB (Red+Green+Blue) = 99+204+191=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCBF is #9C3340. Grayscale: #ABABAB. Windows color (decimal): -10236737 or 12569699. OLE color: 12569699.
HSL color Cylindrical-coordinate representation of color #63CCBF: hue angle of 172.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CCBF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 204 | 191 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.2 |
| HSL | 172.57º | 0.51% | 0.59% | - |
| HSV(B) | 172.57º | 0.51% | 0.8% | - |
| XYZ | 36.14 | 49.6 | 56.96 | - |
| YUV | 171.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 191 | 0.51 | 0 | 0.06 | 0.2 | 172.57 | 0.51 | 0.59 |
| Hex | 63 | CC | BF | 33 | 0 | 6 | 14 | AD | 33 | 3B |
| Octal | 143 | 314 | 277 | 63 | 0 | 6 | 24 | 255 | 63 | 73 |
| Binary | 1100011 | 11001100 | 10111111 | 110011 | 0 | 110 | 10100 | 10101101 | 110011 | 111011 |
Color Harmonies of #63CCBF
Complementary color
Monochromatic Colors of #63CCBF
Black with #63CCBF
Text Example
Text Example
White with #63CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCBF; }
p { color: rgb(99,204,191); }
H1.HeaderClassName
{
color: #63CCBF;
}
.AnyTagClassName
{
color: #63CCBF;
}
</style>
background-color css
<style>
a { background-color: #63CCBF; }
a { background-color: rgb(99,204,191); }
div.DivClassName
{
background-color: #63CCBF;
}
.BgClassName
{
background-color: #63CCBF;
}
</style>
border-color css
<style>
span { border-color: #63CCBF; }
span { border-color: rgb(99,204,191); }
td.TdClassName
{
border-color: #63CCBF;
}
.TagClassName
{
border-color: #63CCBF;
}
</style>