Shades of Fountain Blue #63BAC2
Tints of Fountain Blue #63BAC2
RGB
CMYK
RGB Variations
Color information
#63BAC2 (or 0x63BAC2) is known color: Fountain Blue. HEX triplet: 63, BA and C2. RGB value is (99,186,194). Sum of RGB (Red+Green+Blue) = 99+186+194=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #63BAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BAC2 is #9C453D. Grayscale: #A0A0A0. Windows color (decimal): -10241342 or 12761699. OLE color: 12761699.
HSL color Cylindrical-coordinate representation of color #63BAC2: hue angle of 185.05º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63BAC2 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 186 | 194 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.24 |
| HSL | 185.05º | 0.44% | 0.57% | - |
| HSV(B) | 185.05º | 0.49% | 0.76% | - |
| XYZ | 32.44 | 41.67 | 57.37 | - |
| YUV | 160.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 194 | 0.49 | 0.04 | 0 | 0.24 | 185.05 | 0.44 | 0.57 |
| Hex | 63 | BA | C2 | 31 | 4 | 0 | 18 | B9 | 2C | 39 |
| Octal | 143 | 272 | 302 | 61 | 4 | 0 | 30 | 271 | 54 | 71 |
| Binary | 1100011 | 10111010 | 11000010 | 110001 | 100 | 0 | 11000 | 10111001 | 101100 | 111001 |
Color Harmonies of #63BAC2
Complementary color
Monochromatic Colors of #63BAC2
Black with #63BAC2
Text Example
Text Example
White with #63BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BAC2; }
p { color: rgb(99,186,194); }
H1.HeaderClassName
{
color: #63BAC2;
}
.AnyTagClassName
{
color: #63BAC2;
}
</style>
background-color css
<style>
a { background-color: #63BAC2; }
a { background-color: rgb(99,186,194); }
div.DivClassName
{
background-color: #63BAC2;
}
.BgClassName
{
background-color: #63BAC2;
}
</style>
border-color css
<style>
span { border-color: #63BAC2; }
span { border-color: rgb(99,186,194); }
td.TdClassName
{
border-color: #63BAC2;
}
.TagClassName
{
border-color: #63BAC2;
}
</style>