Shades of Fountain Blue #63ABAA
Tints of Fountain Blue #63ABAA
RGB
CMYK
RGB Variations
Color information
#63ABAA (or 0x63ABAA) is known color: Fountain Blue. HEX triplet: 63, AB and AA. RGB value is (99,171,170). Sum of RGB (Red+Green+Blue) = 99+171+170=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #63ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABAA is #9C5455. Grayscale: #959595. Windows color (decimal): -10245206 or 11184995. OLE color: 11184995.
HSL color Cylindrical-coordinate representation of color #63ABAA: hue angle of 179.17º 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 #63ABAA is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 170 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.33 |
| HSL | 179.17º | 0.3% | 0.53% | - |
| HSV(B) | 179.17º | 0.42% | 0.67% | - |
| XYZ | 26.96 | 34.68 | 43.3 | - |
| YUV | 149.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 170 | 0.42 | 0 | 0.01 | 0.33 | 179.17 | 0.3 | 0.53 |
| Hex | 63 | AB | AA | 2A | 0 | 1 | 21 | B3 | 1E | 35 |
| Octal | 143 | 253 | 252 | 52 | 0 | 1 | 41 | 263 | 36 | 65 |
| Binary | 1100011 | 10101011 | 10101010 | 101010 | 0 | 1 | 100001 | 10110011 | 11110 | 110101 |
Color Harmonies of #63ABAA
Complementary color
Monochromatic Colors of #63ABAA
Black with #63ABAA
Text Example
Text Example
White with #63ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ABAA; }
p { color: rgb(99,171,170); }
H1.HeaderClassName
{
color: #63ABAA;
}
.AnyTagClassName
{
color: #63ABAA;
}
</style>
background-color css
<style>
a { background-color: #63ABAA; }
a { background-color: rgb(99,171,170); }
div.DivClassName
{
background-color: #63ABAA;
}
.BgClassName
{
background-color: #63ABAA;
}
</style>
border-color css
<style>
span { border-color: #63ABAA; }
span { border-color: rgb(99,171,170); }
td.TdClassName
{
border-color: #63ABAA;
}
.TagClassName
{
border-color: #63ABAA;
}
</style>