Shades of Fountain Blue #63A4AB
Tints of Fountain Blue #63A4AB
RGB
CMYK
RGB Variations
Color information
#63A4AB (or 0x63A4AB) is known color: Fountain Blue. HEX triplet: 63, A4 and AB. RGB value is (99,164,171). Sum of RGB (Red+Green+Blue) = 99+164+171=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #63A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A4AB is #9C5B54. Grayscale: #919191. Windows color (decimal): -10246997 or 11248739. OLE color: 11248739.
HSL color Cylindrical-coordinate representation of color #63A4AB: hue angle of 185.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63A4AB is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 164 | 171 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.33 |
| HSL | 185.83º | 0.3% | 0.53% | - |
| HSV(B) | 185.83º | 0.42% | 0.67% | - |
| XYZ | 25.77 | 32.14 | 43.37 | - |
| YUV | 145.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 171 | 0.42 | 0.04 | 0 | 0.33 | 185.83 | 0.3 | 0.53 |
| Hex | 63 | A4 | AB | 2A | 4 | 0 | 21 | BA | 1E | 35 |
| Octal | 143 | 244 | 253 | 52 | 4 | 0 | 41 | 272 | 36 | 65 |
| Binary | 1100011 | 10100100 | 10101011 | 101010 | 100 | 0 | 100001 | 10111010 | 11110 | 110101 |
Color Harmonies of #63A4AB
Complementary color
Monochromatic Colors of #63A4AB
Black with #63A4AB
Text Example
Text Example
White with #63A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A4AB; }
p { color: rgb(99,164,171); }
H1.HeaderClassName
{
color: #63A4AB;
}
.AnyTagClassName
{
color: #63A4AB;
}
</style>
background-color css
<style>
a { background-color: #63A4AB; }
a { background-color: rgb(99,164,171); }
div.DivClassName
{
background-color: #63A4AB;
}
.BgClassName
{
background-color: #63A4AB;
}
</style>
border-color css
<style>
span { border-color: #63A4AB; }
span { border-color: rgb(99,164,171); }
td.TdClassName
{
border-color: #63A4AB;
}
.TagClassName
{
border-color: #63A4AB;
}
</style>