Shades of Fountain Blue #63B4BA
Tints of Fountain Blue #63B4BA
RGB
CMYK
RGB Variations
Color information
#63B4BA (or 0x63B4BA) is known color: Fountain Blue. HEX triplet: 63, B4 and BA. RGB value is (99,180,186). Sum of RGB (Red+Green+Blue) = 99+180+186=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #63B4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B4BA is #9C4B45. Grayscale: #9C9C9C. Windows color (decimal): -10242886 or 12235875. OLE color: 12235875.
HSL color Cylindrical-coordinate representation of color #63B4BA: hue angle of 184.14º 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 #63B4BA is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 180 | 186 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.27 |
| HSL | 184.14º | 0.39% | 0.56% | - |
| HSV(B) | 184.14º | 0.47% | 0.73% | - |
| XYZ | 30.33 | 38.84 | 52.35 | - |
| YUV | 156.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 180 | 186 | 0.47 | 0.03 | 0 | 0.27 | 184.14 | 0.39 | 0.56 |
| Hex | 63 | B4 | BA | 2F | 3 | 0 | 1B | B8 | 27 | 38 |
| Octal | 143 | 264 | 272 | 57 | 3 | 0 | 33 | 270 | 47 | 70 |
| Binary | 1100011 | 10110100 | 10111010 | 101111 | 11 | 0 | 11011 | 10111000 | 100111 | 111000 |
Color Harmonies of #63B4BA
Complementary color
Monochromatic Colors of #63B4BA
Black with #63B4BA
Text Example
Text Example
White with #63B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B4BA; }
p { color: rgb(99,180,186); }
H1.HeaderClassName
{
color: #63B4BA;
}
.AnyTagClassName
{
color: #63B4BA;
}
</style>
background-color css
<style>
a { background-color: #63B4BA; }
a { background-color: rgb(99,180,186); }
div.DivClassName
{
background-color: #63B4BA;
}
.BgClassName
{
background-color: #63B4BA;
}
</style>
border-color css
<style>
span { border-color: #63B4BA; }
span { border-color: rgb(99,180,186); }
td.TdClassName
{
border-color: #63B4BA;
}
.TagClassName
{
border-color: #63B4BA;
}
</style>