Shades of Fountain Blue #63BAB3
Tints of Fountain Blue #63BAB3
RGB
CMYK
RGB Variations
Color information
#63BAB3 (or 0x63BAB3) is known color: Fountain Blue. HEX triplet: 63, BA and B3. RGB value is (99,186,179). Sum of RGB (Red+Green+Blue) = 99+186+179=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BAB3 is #9C454C. Grayscale: #9F9F9F. Windows color (decimal): -10241357 or 11778659. OLE color: 11778659.
HSL color Cylindrical-coordinate representation of color #63BAB3: hue angle of 175.17º 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 #63BAB3 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 179 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.27 |
| HSL | 175.17º | 0.39% | 0.56% | - |
| HSV(B) | 175.17º | 0.47% | 0.73% | - |
| XYZ | 30.84 | 41.03 | 48.94 | - |
| YUV | 159.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 179 | 0.47 | 0 | 0.04 | 0.27 | 175.17 | 0.39 | 0.56 |
| Hex | 63 | BA | B3 | 2F | 0 | 4 | 1B | AF | 27 | 38 |
| Octal | 143 | 272 | 263 | 57 | 0 | 4 | 33 | 257 | 47 | 70 |
| Binary | 1100011 | 10111010 | 10110011 | 101111 | 0 | 100 | 11011 | 10101111 | 100111 | 111000 |
Color Harmonies of #63BAB3
Complementary color
Monochromatic Colors of #63BAB3
Black with #63BAB3
Text Example
Text Example
White with #63BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BAB3; }
p { color: rgb(99,186,179); }
H1.HeaderClassName
{
color: #63BAB3;
}
.AnyTagClassName
{
color: #63BAB3;
}
</style>
background-color css
<style>
a { background-color: #63BAB3; }
a { background-color: rgb(99,186,179); }
div.DivClassName
{
background-color: #63BAB3;
}
.BgClassName
{
background-color: #63BAB3;
}
</style>
border-color css
<style>
span { border-color: #63BAB3; }
span { border-color: rgb(99,186,179); }
td.TdClassName
{
border-color: #63BAB3;
}
.TagClassName
{
border-color: #63BAB3;
}
</style>