Shades of Fountain Blue #63B7BA
Tints of Fountain Blue #63B7BA
RGB
CMYK
RGB Variations
Color information
#63B7BA (or 0x63B7BA) is known color: Fountain Blue. HEX triplet: 63, B7 and BA. RGB value is (99,183,186). Sum of RGB (Red+Green+Blue) = 99+183+186=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #63B7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B7BA is #9C4845. Grayscale: #9E9E9E. Windows color (decimal): -10242118 or 12236643. OLE color: 12236643.
HSL color Cylindrical-coordinate representation of color #63B7BA: hue angle of 182.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63B7BA is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 183 | 186 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.27 |
| HSL | 182.07º | 0.39% | 0.56% | - |
| HSV(B) | 182.07º | 0.47% | 0.73% | - |
| XYZ | 30.94 | 40.06 | 52.56 | - |
| YUV | 158.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 183 | 186 | 0.47 | 0.02 | 0 | 0.27 | 182.07 | 0.39 | 0.56 |
| Hex | 63 | B7 | BA | 2F | 2 | 0 | 1B | B6 | 27 | 38 |
| Octal | 143 | 267 | 272 | 57 | 2 | 0 | 33 | 266 | 47 | 70 |
| Binary | 1100011 | 10110111 | 10111010 | 101111 | 10 | 0 | 11011 | 10110110 | 100111 | 111000 |
Color Harmonies of #63B7BA
Complementary color
Monochromatic Colors of #63B7BA
Black with #63B7BA
Text Example
Text Example
White with #63B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B7BA; }
p { color: rgb(99,183,186); }
H1.HeaderClassName
{
color: #63B7BA;
}
.AnyTagClassName
{
color: #63B7BA;
}
</style>
background-color css
<style>
a { background-color: #63B7BA; }
a { background-color: rgb(99,183,186); }
div.DivClassName
{
background-color: #63B7BA;
}
.BgClassName
{
background-color: #63B7BA;
}
</style>
border-color css
<style>
span { border-color: #63B7BA; }
span { border-color: rgb(99,183,186); }
td.TdClassName
{
border-color: #63B7BA;
}
.TagClassName
{
border-color: #63B7BA;
}
</style>