Shades of Fountain Blue #63BBC1
Tints of Fountain Blue #63BBC1
RGB
CMYK
RGB Variations
Color information
#63BBC1 (or 0x63BBC1) is known color: Fountain Blue. HEX triplet: 63, BB and C1. RGB value is (99,187,193). Sum of RGB (Red+Green+Blue) = 99+187+193=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #63BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BBC1 is #9C443E. Grayscale: #A1A1A1. Windows color (decimal): -10241087 or 12696419. OLE color: 12696419.
HSL color Cylindrical-coordinate representation of color #63BBC1: hue angle of 183.83º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63BBC1 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 187 | 193 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.24 |
| HSL | 183.83º | 0.43% | 0.57% | - |
| HSV(B) | 183.83º | 0.49% | 0.76% | - |
| XYZ | 32.54 | 42.04 | 56.85 | - |
| YUV | 161.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 187 | 193 | 0.49 | 0.03 | 0 | 0.24 | 183.83 | 0.43 | 0.57 |
| Hex | 63 | BB | C1 | 31 | 3 | 0 | 18 | B8 | 2B | 39 |
| Octal | 143 | 273 | 301 | 61 | 3 | 0 | 30 | 270 | 53 | 71 |
| Binary | 1100011 | 10111011 | 11000001 | 110001 | 11 | 0 | 11000 | 10111000 | 101011 | 111001 |
Color Harmonies of #63BBC1
Complementary color
Monochromatic Colors of #63BBC1
Black with #63BBC1
Text Example
Text Example
White with #63BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BBC1; }
p { color: rgb(99,187,193); }
H1.HeaderClassName
{
color: #63BBC1;
}
.AnyTagClassName
{
color: #63BBC1;
}
</style>
background-color css
<style>
a { background-color: #63BBC1; }
a { background-color: rgb(99,187,193); }
div.DivClassName
{
background-color: #63BBC1;
}
.BgClassName
{
background-color: #63BBC1;
}
</style>
border-color css
<style>
span { border-color: #63BBC1; }
span { border-color: rgb(99,187,193); }
td.TdClassName
{
border-color: #63BBC1;
}
.TagClassName
{
border-color: #63BBC1;
}
</style>