Shades of Fountain Blue #63BCBB
Tints of Fountain Blue #63BCBB
RGB
CMYK
RGB Variations
Color information
#63BCBB (or 0x63BCBB) is known color: Fountain Blue. HEX triplet: 63, BC and BB. RGB value is (99,188,187). Sum of RGB (Red+Green+Blue) = 99+188+187=474 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.89% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCBB is #9C4344. Grayscale: #A1A1A1. Windows color (decimal): -10240837 or 12303459. OLE color: 12303459.
HSL color Cylindrical-coordinate representation of color #63BCBB: hue angle of 179.33º 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 #63BCBB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 187 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.26 |
| HSL | 179.33º | 0.4% | 0.56% | - |
| HSV(B) | 179.33º | 0.47% | 0.74% | - |
| XYZ | 32.1 | 42.21 | 53.47 | - |
| YUV | 161.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 187 | 0.47 | 0 | 0.01 | 0.26 | 179.33 | 0.4 | 0.56 |
| Hex | 63 | BC | BB | 2F | 0 | 1 | 1A | B3 | 28 | 38 |
| Octal | 143 | 274 | 273 | 57 | 0 | 1 | 32 | 263 | 50 | 70 |
| Binary | 1100011 | 10111100 | 10111011 | 101111 | 0 | 1 | 11010 | 10110011 | 101000 | 111000 |
Color Harmonies of #63BCBB
Complementary color
Monochromatic Colors of #63BCBB
Black with #63BCBB
Text Example
Text Example
White with #63BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCBB; }
p { color: rgb(99,188,187); }
H1.HeaderClassName
{
color: #63BCBB;
}
.AnyTagClassName
{
color: #63BCBB;
}
</style>
background-color css
<style>
a { background-color: #63BCBB; }
a { background-color: rgb(99,188,187); }
div.DivClassName
{
background-color: #63BCBB;
}
.BgClassName
{
background-color: #63BCBB;
}
</style>
border-color css
<style>
span { border-color: #63BCBB; }
span { border-color: rgb(99,188,187); }
td.TdClassName
{
border-color: #63BCBB;
}
.TagClassName
{
border-color: #63BCBB;
}
</style>