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