Shades of Fountain Blue #63B5BC
Tints of Fountain Blue #63B5BC
RGB
CMYK
RGB Variations
Color information
#63B5BC (or 0x63B5BC) is known color: Fountain Blue. HEX triplet: 63, B5 and BC. RGB value is (99,181,188). Sum of RGB (Red+Green+Blue) = 99+181+188=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #63B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B5BC is #9C4A43. Grayscale: #9D9D9D. Windows color (decimal): -10242628 or 12367203. OLE color: 12367203.
HSL color Cylindrical-coordinate representation of color #63B5BC: hue angle of 184.72º 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 #63B5BC is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 181 | 188 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.26 |
| HSL | 184.72º | 0.4% | 0.56% | - |
| HSV(B) | 184.72º | 0.47% | 0.74% | - |
| XYZ | 30.75 | 39.33 | 53.55 | - |
| YUV | 157.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 188 | 0.47 | 0.04 | 0 | 0.26 | 184.72 | 0.4 | 0.56 |
| Hex | 63 | B5 | BC | 2F | 4 | 0 | 1A | B9 | 28 | 38 |
| Octal | 143 | 265 | 274 | 57 | 4 | 0 | 32 | 271 | 50 | 70 |
| Binary | 1100011 | 10110101 | 10111100 | 101111 | 100 | 0 | 11010 | 10111001 | 101000 | 111000 |
Color Harmonies of #63B5BC
Complementary color
Monochromatic Colors of #63B5BC
Black with #63B5BC
Text Example
Text Example
White with #63B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5BC; }
p { color: rgb(99,181,188); }
H1.HeaderClassName
{
color: #63B5BC;
}
.AnyTagClassName
{
color: #63B5BC;
}
</style>
background-color css
<style>
a { background-color: #63B5BC; }
a { background-color: rgb(99,181,188); }
div.DivClassName
{
background-color: #63B5BC;
}
.BgClassName
{
background-color: #63B5BC;
}
</style>
border-color css
<style>
span { border-color: #63B5BC; }
span { border-color: rgb(99,181,188); }
td.TdClassName
{
border-color: #63B5BC;
}
.TagClassName
{
border-color: #63B5BC;
}
</style>