Shades of Fountain Blue #63AABD
Tints of Fountain Blue #63AABD
RGB
CMYK
RGB Variations
Color information
#63AABD (or 0x63AABD) is known color: Fountain Blue. HEX triplet: 63, AA and BD. RGB value is (99,170,189). Sum of RGB (Red+Green+Blue) = 99+170+189=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #63AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AABD is #9C5542. Grayscale: #969696. Windows color (decimal): -10245443 or 12429923. OLE color: 12429923.
HSL color Cylindrical-coordinate representation of color #63AABD: hue angle of 192.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63AABD is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 170 | 189 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.26 |
| HSL | 192.67º | 0.41% | 0.56% | - |
| HSV(B) | 192.67º | 0.48% | 0.74% | - |
| XYZ | 28.71 | 35.08 | 53.4 | - |
| YUV | 150.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 189 | 0.48 | 0.10 | 0 | 0.26 | 192.67 | 0.41 | 0.56 |
| Hex | 63 | AA | BD | 30 | A | 0 | 1A | C1 | 29 | 38 |
| Octal | 143 | 252 | 275 | 60 | 12 | 0 | 32 | 301 | 51 | 70 |
| Binary | 1100011 | 10101010 | 10111101 | 110000 | 1010 | 0 | 11010 | 11000001 | 101001 | 111000 |
Color Harmonies of #63AABD
Complementary color
Monochromatic Colors of #63AABD
Black with #63AABD
Text Example
Text Example
White with #63AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AABD; }
p { color: rgb(99,170,189); }
H1.HeaderClassName
{
color: #63AABD;
}
.AnyTagClassName
{
color: #63AABD;
}
</style>
background-color css
<style>
a { background-color: #63AABD; }
a { background-color: rgb(99,170,189); }
div.DivClassName
{
background-color: #63AABD;
}
.BgClassName
{
background-color: #63AABD;
}
</style>
border-color css
<style>
span { border-color: #63AABD; }
span { border-color: rgb(99,170,189); }
td.TdClassName
{
border-color: #63AABD;
}
.TagClassName
{
border-color: #63AABD;
}
</style>