Shades of Fountain Blue #63B3BD
Tints of Fountain Blue #63B3BD
RGB
CMYK
RGB Variations
Color information
#63B3BD (or 0x63B3BD) is known color: Fountain Blue. HEX triplet: 63, B3 and BD. RGB value is (99,179,189). Sum of RGB (Red+Green+Blue) = 99+179+189=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #63B3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B3BD is #9C4C42. Grayscale: #9C9C9C. Windows color (decimal): -10243139 or 12432227. OLE color: 12432227.
HSL color Cylindrical-coordinate representation of color #63B3BD: hue angle of 186.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63B3BD is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 179 | 189 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.26 |
| HSL | 186.67º | 0.41% | 0.56% | - |
| HSV(B) | 186.67º | 0.48% | 0.74% | - |
| XYZ | 30.45 | 38.57 | 53.98 | - |
| YUV | 156.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 189 | 0.48 | 0.05 | 0 | 0.26 | 186.67 | 0.41 | 0.56 |
| Hex | 63 | B3 | BD | 30 | 5 | 0 | 1A | BB | 29 | 38 |
| Octal | 143 | 263 | 275 | 60 | 5 | 0 | 32 | 273 | 51 | 70 |
| Binary | 1100011 | 10110011 | 10111101 | 110000 | 101 | 0 | 11010 | 10111011 | 101001 | 111000 |
Color Harmonies of #63B3BD
Complementary color
Monochromatic Colors of #63B3BD
Black with #63B3BD
Text Example
Text Example
White with #63B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B3BD; }
p { color: rgb(99,179,189); }
H1.HeaderClassName
{
color: #63B3BD;
}
.AnyTagClassName
{
color: #63B3BD;
}
</style>
background-color css
<style>
a { background-color: #63B3BD; }
a { background-color: rgb(99,179,189); }
div.DivClassName
{
background-color: #63B3BD;
}
.BgClassName
{
background-color: #63B3BD;
}
</style>
border-color css
<style>
span { border-color: #63B3BD; }
span { border-color: rgb(99,179,189); }
td.TdClassName
{
border-color: #63B3BD;
}
.TagClassName
{
border-color: #63B3BD;
}
</style>