Shades of Fountain Blue #63A3B2
Tints of Fountain Blue #63A3B2
RGB
CMYK
RGB Variations
Color information
#63A3B2 (or 0x63A3B2) is known color: Fountain Blue. HEX triplet: 63, A3 and B2. RGB value is (99,163,178). Sum of RGB (Red+Green+Blue) = 99+163+178=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #63A3B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A3B2 is #9C5C4D. Grayscale: #919191. Windows color (decimal): -10247246 or 11707235. OLE color: 11707235.
HSL color Cylindrical-coordinate representation of color #63A3B2: hue angle of 191.39º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63A3B2 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 163 | 178 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.30 |
| HSL | 191.39º | 0.34% | 0.54% | - |
| HSV(B) | 191.39º | 0.44% | 0.7% | - |
| XYZ | 26.28 | 32.06 | 46.92 | - |
| YUV | 145.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 178 | 0.44 | 0.08 | 0 | 0.30 | 191.39 | 0.34 | 0.54 |
| Hex | 63 | A3 | B2 | 2C | 8 | 0 | 1E | BF | 22 | 36 |
| Octal | 143 | 243 | 262 | 54 | 10 | 0 | 36 | 277 | 42 | 66 |
| Binary | 1100011 | 10100011 | 10110010 | 101100 | 1000 | 0 | 11110 | 10111111 | 100010 | 110110 |
Color Harmonies of #63A3B2
Complementary color
Monochromatic Colors of #63A3B2
Black with #63A3B2
Text Example
Text Example
White with #63A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A3B2; }
p { color: rgb(99,163,178); }
H1.HeaderClassName
{
color: #63A3B2;
}
.AnyTagClassName
{
color: #63A3B2;
}
</style>
background-color css
<style>
a { background-color: #63A3B2; }
a { background-color: rgb(99,163,178); }
div.DivClassName
{
background-color: #63A3B2;
}
.BgClassName
{
background-color: #63A3B2;
}
</style>
border-color css
<style>
span { border-color: #63A3B2; }
span { border-color: rgb(99,163,178); }
td.TdClassName
{
border-color: #63A3B2;
}
.TagClassName
{
border-color: #63A3B2;
}
</style>