Shades of Fountain Blue #63AABB
Tints of Fountain Blue #63AABB
RGB
CMYK
RGB Variations
Color information
#63AABB (or 0x63AABB) is known color: Fountain Blue. HEX triplet: 63, AA and BB. RGB value is (99,170,187). Sum of RGB (Red+Green+Blue) = 99+170+187=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #63AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AABB is #9C5544. Grayscale: #969696. Windows color (decimal): -10245445 or 12298851. OLE color: 12298851.
HSL color Cylindrical-coordinate representation of color #63AABB: hue angle of 191.59º 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 #63AABB is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 170 | 187 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.27 |
| HSL | 191.59º | 0.39% | 0.56% | - |
| HSV(B) | 191.59º | 0.47% | 0.73% | - |
| XYZ | 28.49 | 34.99 | 52.27 | - |
| YUV | 150.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 187 | 0.47 | 0.09 | 0 | 0.27 | 191.59 | 0.39 | 0.56 |
| Hex | 63 | AA | BB | 2F | 9 | 0 | 1B | C0 | 27 | 38 |
| Octal | 143 | 252 | 273 | 57 | 11 | 0 | 33 | 300 | 47 | 70 |
| Binary | 1100011 | 10101010 | 10111011 | 101111 | 1001 | 0 | 11011 | 11000000 | 100111 | 111000 |
Color Harmonies of #63AABB
Complementary color
Monochromatic Colors of #63AABB
Black with #63AABB
Text Example
Text Example
White with #63AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AABB; }
p { color: rgb(99,170,187); }
H1.HeaderClassName
{
color: #63AABB;
}
.AnyTagClassName
{
color: #63AABB;
}
</style>
background-color css
<style>
a { background-color: #63AABB; }
a { background-color: rgb(99,170,187); }
div.DivClassName
{
background-color: #63AABB;
}
.BgClassName
{
background-color: #63AABB;
}
</style>
border-color css
<style>
span { border-color: #63AABB; }
span { border-color: rgb(99,170,187); }
td.TdClassName
{
border-color: #63AABB;
}
.TagClassName
{
border-color: #63AABB;
}
</style>