Shades of Fountain Blue #63B0BC
Tints of Fountain Blue #63B0BC
RGB
CMYK
RGB Variations
Color information
#63B0BC (or 0x63B0BC) is known color: Fountain Blue. HEX triplet: 63, B0 and BC. RGB value is (99,176,188). Sum of RGB (Red+Green+Blue) = 99+176+188=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #63B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0BC is #9C4F43. Grayscale: #9A9A9A. Windows color (decimal): -10243908 or 12365923. OLE color: 12365923.
HSL color Cylindrical-coordinate representation of color #63B0BC: hue angle of 188.09º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63B0BC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 176 | 188 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.26 |
| HSL | 188.09º | 0.4% | 0.56% | - |
| HSV(B) | 188.09º | 0.47% | 0.74% | - |
| XYZ | 29.75 | 37.33 | 53.22 | - |
| YUV | 154.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 176 | 188 | 0.47 | 0.06 | 0 | 0.26 | 188.09 | 0.4 | 0.56 |
| Hex | 63 | B0 | BC | 2F | 6 | 0 | 1A | BC | 28 | 38 |
| Octal | 143 | 260 | 274 | 57 | 6 | 0 | 32 | 274 | 50 | 70 |
| Binary | 1100011 | 10110000 | 10111100 | 101111 | 110 | 0 | 11010 | 10111100 | 101000 | 111000 |
Color Harmonies of #63B0BC
Complementary color
Monochromatic Colors of #63B0BC
Black with #63B0BC
Text Example
Text Example
White with #63B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B0BC; }
p { color: rgb(99,176,188); }
H1.HeaderClassName
{
color: #63B0BC;
}
.AnyTagClassName
{
color: #63B0BC;
}
</style>
background-color css
<style>
a { background-color: #63B0BC; }
a { background-color: rgb(99,176,188); }
div.DivClassName
{
background-color: #63B0BC;
}
.BgClassName
{
background-color: #63B0BC;
}
</style>
border-color css
<style>
span { border-color: #63B0BC; }
span { border-color: rgb(99,176,188); }
td.TdClassName
{
border-color: #63B0BC;
}
.TagClassName
{
border-color: #63B0BC;
}
</style>