Shades of Fountain Blue #63ACB7
Tints of Fountain Blue #63ACB7
RGB
CMYK
RGB Variations
Color information
#63ACB7 (or 0x63ACB7) is known color: Fountain Blue. HEX triplet: 63, AC and B7. RGB value is (99,172,183). Sum of RGB (Red+Green+Blue) = 99+172+183=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #63ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACB7 is #9C5348. Grayscale: #979797. Windows color (decimal): -10244937 or 12037219. OLE color: 12037219.
HSL color Cylindrical-coordinate representation of color #63ACB7: hue angle of 187.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63ACB7 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 172 | 183 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.28 |
| HSL | 187.86º | 0.37% | 0.55% | - |
| HSV(B) | 187.86º | 0.46% | 0.72% | - |
| XYZ | 28.45 | 35.58 | 50.17 | - |
| YUV | 151.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 183 | 0.46 | 0.06 | 0 | 0.28 | 187.86 | 0.37 | 0.55 |
| Hex | 63 | AC | B7 | 2E | 6 | 0 | 1C | BC | 25 | 37 |
| Octal | 143 | 254 | 267 | 56 | 6 | 0 | 34 | 274 | 45 | 67 |
| Binary | 1100011 | 10101100 | 10110111 | 101110 | 110 | 0 | 11100 | 10111100 | 100101 | 110111 |
Color Harmonies of #63ACB7
Complementary color
Monochromatic Colors of #63ACB7
Black with #63ACB7
Text Example
Text Example
White with #63ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ACB7; }
p { color: rgb(99,172,183); }
H1.HeaderClassName
{
color: #63ACB7;
}
.AnyTagClassName
{
color: #63ACB7;
}
</style>
background-color css
<style>
a { background-color: #63ACB7; }
a { background-color: rgb(99,172,183); }
div.DivClassName
{
background-color: #63ACB7;
}
.BgClassName
{
background-color: #63ACB7;
}
</style>
border-color css
<style>
span { border-color: #63ACB7; }
span { border-color: rgb(99,172,183); }
td.TdClassName
{
border-color: #63ACB7;
}
.TagClassName
{
border-color: #63ACB7;
}
</style>