Shades of Fountain Blue #63C0BC
Tints of Fountain Blue #63C0BC
RGB
CMYK
RGB Variations
Color information
#63C0BC (or 0x63C0BC) is known color: Fountain Blue. HEX triplet: 63, C0 and BC. RGB value is (99,192,188). Sum of RGB (Red+Green+Blue) = 99+192+188=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0BC is #9C3F43. Grayscale: #A3A3A3. Windows color (decimal): -10239812 or 12370019. OLE color: 12370019.
HSL color Cylindrical-coordinate representation of color #63C0BC: hue angle of 177.42º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63C0BC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 192 | 188 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.25 |
| HSL | 177.42º | 0.42% | 0.57% | - |
| HSV(B) | 177.42º | 0.48% | 0.75% | - |
| XYZ | 33.07 | 43.98 | 54.32 | - |
| YUV | 163.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 188 | 0.48 | 0 | 0.02 | 0.25 | 177.42 | 0.42 | 0.57 |
| Hex | 63 | C0 | BC | 30 | 0 | 2 | 19 | B1 | 2A | 39 |
| Octal | 143 | 300 | 274 | 60 | 0 | 2 | 31 | 261 | 52 | 71 |
| Binary | 1100011 | 11000000 | 10111100 | 110000 | 0 | 10 | 11001 | 10110001 | 101010 | 111001 |
Color Harmonies of #63C0BC
Complementary color
Monochromatic Colors of #63C0BC
Black with #63C0BC
Text Example
Text Example
White with #63C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0BC; }
p { color: rgb(99,192,188); }
H1.HeaderClassName
{
color: #63C0BC;
}
.AnyTagClassName
{
color: #63C0BC;
}
</style>
background-color css
<style>
a { background-color: #63C0BC; }
a { background-color: rgb(99,192,188); }
div.DivClassName
{
background-color: #63C0BC;
}
.BgClassName
{
background-color: #63C0BC;
}
</style>
border-color css
<style>
span { border-color: #63C0BC; }
span { border-color: rgb(99,192,188); }
td.TdClassName
{
border-color: #63C0BC;
}
.TagClassName
{
border-color: #63C0BC;
}
</style>