Shades of Fountain Blue #63AAA9
Tints of Fountain Blue #63AAA9
RGB
CMYK
RGB Variations
Color information
#63AAA9 (or 0x63AAA9) is known color: Fountain Blue. HEX triplet: 63, AA and A9. RGB value is (99,170,169). Sum of RGB (Red+Green+Blue) = 99+170+169=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #63AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAA9 is #9C5556. Grayscale: #949494. Windows color (decimal): -10245463 or 11119203. OLE color: 11119203.
HSL color Cylindrical-coordinate representation of color #63AAA9: hue angle of 179.15º degrees, saturation: 0.29, 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 #63AAA9 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 169 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.33 |
| HSL | 179.15º | 0.29% | 0.53% | - |
| HSV(B) | 179.15º | 0.42% | 0.67% | - |
| XYZ | 26.68 | 34.27 | 42.74 | - |
| YUV | 148.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 169 | 0.42 | 0 | 0.01 | 0.33 | 179.15 | 0.29 | 0.53 |
| Hex | 63 | AA | A9 | 2A | 0 | 1 | 21 | B3 | 1D | 35 |
| Octal | 143 | 252 | 251 | 52 | 0 | 1 | 41 | 263 | 35 | 65 |
| Binary | 1100011 | 10101010 | 10101001 | 101010 | 0 | 1 | 100001 | 10110011 | 11101 | 110101 |
Color Harmonies of #63AAA9
Complementary color
Monochromatic Colors of #63AAA9
Black with #63AAA9
Text Example
Text Example
White with #63AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AAA9; }
p { color: rgb(99,170,169); }
H1.HeaderClassName
{
color: #63AAA9;
}
.AnyTagClassName
{
color: #63AAA9;
}
</style>
background-color css
<style>
a { background-color: #63AAA9; }
a { background-color: rgb(99,170,169); }
div.DivClassName
{
background-color: #63AAA9;
}
.BgClassName
{
background-color: #63AAA9;
}
</style>
border-color css
<style>
span { border-color: #63AAA9; }
span { border-color: rgb(99,170,169); }
td.TdClassName
{
border-color: #63AAA9;
}
.TagClassName
{
border-color: #63AAA9;
}
</style>