Shades of Fountain Blue #63ACB4
Tints of Fountain Blue #63ACB4
RGB
CMYK
RGB Variations
Color information
#63ACB4 (or 0x63ACB4) is known color: Fountain Blue. HEX triplet: 63, AC and B4. RGB value is (99,172,180). Sum of RGB (Red+Green+Blue) = 99+172+180=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #63ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACB4 is #9C534B. Grayscale: #969696. Windows color (decimal): -10244940 or 11840611. OLE color: 11840611.
HSL color Cylindrical-coordinate representation of color #63ACB4: hue angle of 185.93º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63ACB4 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 172 | 180 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.29 |
| HSL | 185.93º | 0.35% | 0.55% | - |
| HSV(B) | 185.93º | 0.45% | 0.71% | - |
| XYZ | 28.14 | 35.45 | 48.54 | - |
| YUV | 151.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 180 | 0.45 | 0.04 | 0 | 0.29 | 185.93 | 0.35 | 0.55 |
| Hex | 63 | AC | B4 | 2D | 4 | 0 | 1D | BA | 23 | 37 |
| Octal | 143 | 254 | 264 | 55 | 4 | 0 | 35 | 272 | 43 | 67 |
| Binary | 1100011 | 10101100 | 10110100 | 101101 | 100 | 0 | 11101 | 10111010 | 100011 | 110111 |
Color Harmonies of #63ACB4
Complementary color
Monochromatic Colors of #63ACB4
Black with #63ACB4
Text Example
Text Example
White with #63ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ACB4; }
p { color: rgb(99,172,180); }
H1.HeaderClassName
{
color: #63ACB4;
}
.AnyTagClassName
{
color: #63ACB4;
}
</style>
background-color css
<style>
a { background-color: #63ACB4; }
a { background-color: rgb(99,172,180); }
div.DivClassName
{
background-color: #63ACB4;
}
.BgClassName
{
background-color: #63ACB4;
}
</style>
border-color css
<style>
span { border-color: #63ACB4; }
span { border-color: rgb(99,172,180); }
td.TdClassName
{
border-color: #63ACB4;
}
.TagClassName
{
border-color: #63ACB4;
}
</style>