Shades of Fountain Blue #63AAB6
Tints of Fountain Blue #63AAB6
RGB
CMYK
RGB Variations
Color information
#63AAB6 (or 0x63AAB6) is known color: Fountain Blue. HEX triplet: 63, AA and B6. RGB value is (99,170,182). Sum of RGB (Red+Green+Blue) = 99+170+182=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #63AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AAB6 is #9C5549. Grayscale: #969696. Windows color (decimal): -10245450 or 11971171. OLE color: 11971171.
HSL color Cylindrical-coordinate representation of color #63AAB6: hue angle of 188.67º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63AAB6 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 170 | 182 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.29 |
| HSL | 188.67º | 0.36% | 0.55% | - |
| HSV(B) | 188.67º | 0.46% | 0.71% | - |
| XYZ | 27.96 | 34.78 | 49.5 | - |
| YUV | 150.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 182 | 0.46 | 0.07 | 0 | 0.29 | 188.67 | 0.36 | 0.55 |
| Hex | 63 | AA | B6 | 2E | 7 | 0 | 1D | BD | 24 | 37 |
| Octal | 143 | 252 | 266 | 56 | 7 | 0 | 35 | 275 | 44 | 67 |
| Binary | 1100011 | 10101010 | 10110110 | 101110 | 111 | 0 | 11101 | 10111101 | 100100 | 110111 |
Color Harmonies of #63AAB6
Complementary color
Monochromatic Colors of #63AAB6
Black with #63AAB6
Text Example
Text Example
White with #63AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AAB6; }
p { color: rgb(99,170,182); }
H1.HeaderClassName
{
color: #63AAB6;
}
.AnyTagClassName
{
color: #63AAB6;
}
</style>
background-color css
<style>
a { background-color: #63AAB6; }
a { background-color: rgb(99,170,182); }
div.DivClassName
{
background-color: #63AAB6;
}
.BgClassName
{
background-color: #63AAB6;
}
</style>
border-color css
<style>
span { border-color: #63AAB6; }
span { border-color: rgb(99,170,182); }
td.TdClassName
{
border-color: #63AAB6;
}
.TagClassName
{
border-color: #63AAB6;
}
</style>