Shades of Fountain Blue #63BABB
Tints of Fountain Blue #63BABB
RGB
CMYK
RGB Variations
Color information
#63BABB (or 0x63BABB) is known color: Fountain Blue. HEX triplet: 63, BA and BB. RGB value is (99,186,187). Sum of RGB (Red+Green+Blue) = 99+186+187=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #63BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BABB is #9C4544. Grayscale: #A0A0A0. Windows color (decimal): -10241349 or 12302947. OLE color: 12302947.
HSL color Cylindrical-coordinate representation of color #63BABB: hue angle of 180.68º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BABB is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 187 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.27 |
| HSL | 180.68º | 0.39% | 0.56% | - |
| HSV(B) | 180.68º | 0.47% | 0.73% | - |
| XYZ | 31.67 | 41.36 | 53.33 | - |
| YUV | 160.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 187 | 0.47 | 0.01 | 0 | 0.27 | 180.68 | 0.39 | 0.56 |
| Hex | 63 | BA | BB | 2F | 1 | 0 | 1B | B5 | 27 | 38 |
| Octal | 143 | 272 | 273 | 57 | 1 | 0 | 33 | 265 | 47 | 70 |
| Binary | 1100011 | 10111010 | 10111011 | 101111 | 1 | 0 | 11011 | 10110101 | 100111 | 111000 |
Color Harmonies of #63BABB
Complementary color
Monochromatic Colors of #63BABB
Black with #63BABB
Text Example
Text Example
White with #63BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BABB; }
p { color: rgb(99,186,187); }
H1.HeaderClassName
{
color: #63BABB;
}
.AnyTagClassName
{
color: #63BABB;
}
</style>
background-color css
<style>
a { background-color: #63BABB; }
a { background-color: rgb(99,186,187); }
div.DivClassName
{
background-color: #63BABB;
}
.BgClassName
{
background-color: #63BABB;
}
</style>
border-color css
<style>
span { border-color: #63BABB; }
span { border-color: rgb(99,186,187); }
td.TdClassName
{
border-color: #63BABB;
}
.TagClassName
{
border-color: #63BABB;
}
</style>