Shades of Fountain Blue #67B1BA
Tints of Fountain Blue #67B1BA
RGB
CMYK
RGB Variations
Color information
#67B1BA (or 0x67B1BA) is known color: Fountain Blue. HEX triplet: 67, B1 and BA. RGB value is (103,177,186). Sum of RGB (Red+Green+Blue) = 103+177+186=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #67B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B1BA is #984E45. Grayscale: #9B9B9B. Windows color (decimal): -9981510 or 12235111. OLE color: 12235111.
HSL color Cylindrical-coordinate representation of color #67B1BA: hue angle of 186.51º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67B1BA is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 177 | 186 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.27 |
| HSL | 186.51º | 0.38% | 0.57% | - |
| HSV(B) | 186.51º | 0.45% | 0.73% | - |
| XYZ | 30.18 | 37.87 | 52.17 | - |
| YUV | 155.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 177 | 186 | 0.45 | 0.05 | 0 | 0.27 | 186.51 | 0.38 | 0.57 |
| Hex | 67 | B1 | BA | 2D | 5 | 0 | 1B | BB | 26 | 39 |
| Octal | 147 | 261 | 272 | 55 | 5 | 0 | 33 | 273 | 46 | 71 |
| Binary | 1100111 | 10110001 | 10111010 | 101101 | 101 | 0 | 11011 | 10111011 | 100110 | 111001 |
Color Harmonies of #67B1BA
Complementary color
Monochromatic Colors of #67B1BA
Black with #67B1BA
Text Example
Text Example
White with #67B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B1BA; }
p { color: rgb(103,177,186); }
H1.HeaderClassName
{
color: #67B1BA;
}
.AnyTagClassName
{
color: #67B1BA;
}
</style>
background-color css
<style>
a { background-color: #67B1BA; }
a { background-color: rgb(103,177,186); }
div.DivClassName
{
background-color: #67B1BA;
}
.BgClassName
{
background-color: #67B1BA;
}
</style>
border-color css
<style>
span { border-color: #67B1BA; }
span { border-color: rgb(103,177,186); }
td.TdClassName
{
border-color: #67B1BA;
}
.TagClassName
{
border-color: #67B1BA;
}
</style>