Shades of Fountain Blue #63AAB3
Tints of Fountain Blue #63AAB3
RGB
CMYK
RGB Variations
Color information
#63AAB3 (or 0x63AAB3) is known color: Fountain Blue. HEX triplet: 63, AA and B3. RGB value is (99,170,179). Sum of RGB (Red+Green+Blue) = 99+170+179=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 179 - color contains mainly: blue. Hex color #63AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AAB3 is #9C554C. Grayscale: #959595. Windows color (decimal): -10245453 or 11774563. OLE color: 11774563.
HSL color Cylindrical-coordinate representation of color #63AAB3: hue angle of 186.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63AAB3 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 170 | 179 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.30 |
| HSL | 186.75º | 0.34% | 0.55% | - |
| HSV(B) | 186.75º | 0.45% | 0.7% | - |
| XYZ | 27.66 | 34.66 | 47.88 | - |
| YUV | 149.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 179 | 0.45 | 0.05 | 0 | 0.30 | 186.75 | 0.34 | 0.55 |
| Hex | 63 | AA | B3 | 2D | 5 | 0 | 1E | BB | 22 | 37 |
| Octal | 143 | 252 | 263 | 55 | 5 | 0 | 36 | 273 | 42 | 67 |
| Binary | 1100011 | 10101010 | 10110011 | 101101 | 101 | 0 | 11110 | 10111011 | 100010 | 110111 |
Color Harmonies of #63AAB3
Complementary color
Monochromatic Colors of #63AAB3
Black with #63AAB3
Text Example
Text Example
White with #63AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AAB3; }
p { color: rgb(99,170,179); }
H1.HeaderClassName
{
color: #63AAB3;
}
.AnyTagClassName
{
color: #63AAB3;
}
</style>
background-color css
<style>
a { background-color: #63AAB3; }
a { background-color: rgb(99,170,179); }
div.DivClassName
{
background-color: #63AAB3;
}
.BgClassName
{
background-color: #63AAB3;
}
</style>
border-color css
<style>
span { border-color: #63AAB3; }
span { border-color: rgb(99,170,179); }
td.TdClassName
{
border-color: #63AAB3;
}
.TagClassName
{
border-color: #63AAB3;
}
</style>