Shades of Fountain Blue #63BABF
Tints of Fountain Blue #63BABF
RGB
CMYK
RGB Variations
Color information
#63BABF (or 0x63BABF) is known color: Fountain Blue. HEX triplet: 63, BA and BF. RGB value is (99,186,191). Sum of RGB (Red+Green+Blue) = 99+186+191=476 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.80% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #63BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BABF is #9C4540. Grayscale: #A0A0A0. Windows color (decimal): -10241345 or 12565091. OLE color: 12565091.
HSL color Cylindrical-coordinate representation of color #63BABF: hue angle of 183.26º 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 #63BABF is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 186 | 191 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.25 |
| HSL | 183.26º | 0.42% | 0.57% | - |
| HSV(B) | 183.26º | 0.48% | 0.75% | - |
| XYZ | 32.11 | 41.53 | 55.61 | - |
| YUV | 160.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 191 | 0.48 | 0.03 | 0 | 0.25 | 183.26 | 0.42 | 0.57 |
| Hex | 63 | BA | BF | 30 | 3 | 0 | 19 | B7 | 2A | 39 |
| Octal | 143 | 272 | 277 | 60 | 3 | 0 | 31 | 267 | 52 | 71 |
| Binary | 1100011 | 10111010 | 10111111 | 110000 | 11 | 0 | 11001 | 10110111 | 101010 | 111001 |
Color Harmonies of #63BABF
Complementary color
Monochromatic Colors of #63BABF
Black with #63BABF
Text Example
Text Example
White with #63BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BABF; }
p { color: rgb(99,186,191); }
H1.HeaderClassName
{
color: #63BABF;
}
.AnyTagClassName
{
color: #63BABF;
}
</style>
background-color css
<style>
a { background-color: #63BABF; }
a { background-color: rgb(99,186,191); }
div.DivClassName
{
background-color: #63BABF;
}
.BgClassName
{
background-color: #63BABF;
}
</style>
border-color css
<style>
span { border-color: #63BABF; }
span { border-color: rgb(99,186,191); }
td.TdClassName
{
border-color: #63BABF;
}
.TagClassName
{
border-color: #63BABF;
}
</style>