Shades of Fountain Blue #67B0BA
Tints of Fountain Blue #67B0BA
RGB
CMYK
RGB Variations
Color information
#67B0BA (or 0x67B0BA) is known color: Fountain Blue. HEX triplet: 67, B0 and BA. RGB value is (103,176,186). Sum of RGB (Red+Green+Blue) = 103+176+186=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #67B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B0BA is #984F45. Grayscale: #9B9B9B. Windows color (decimal): -9981766 or 12234855. OLE color: 12234855.
HSL color Cylindrical-coordinate representation of color #67B0BA: hue angle of 187.23º 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 #67B0BA is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 176 | 186 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.27 |
| HSL | 187.23º | 0.38% | 0.57% | - |
| HSV(B) | 187.23º | 0.45% | 0.73% | - |
| XYZ | 29.98 | 37.48 | 52.11 | - |
| YUV | 155.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 176 | 186 | 0.45 | 0.05 | 0 | 0.27 | 187.23 | 0.38 | 0.57 |
| Hex | 67 | B0 | BA | 2D | 5 | 0 | 1B | BB | 26 | 39 |
| Octal | 147 | 260 | 272 | 55 | 5 | 0 | 33 | 273 | 46 | 71 |
| Binary | 1100111 | 10110000 | 10111010 | 101101 | 101 | 0 | 11011 | 10111011 | 100110 | 111001 |
Color Harmonies of #67B0BA
Complementary color
Monochromatic Colors of #67B0BA
Black with #67B0BA
Text Example
Text Example
White with #67B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B0BA; }
p { color: rgb(103,176,186); }
H1.HeaderClassName
{
color: #67B0BA;
}
.AnyTagClassName
{
color: #67B0BA;
}
</style>
background-color css
<style>
a { background-color: #67B0BA; }
a { background-color: rgb(103,176,186); }
div.DivClassName
{
background-color: #67B0BA;
}
.BgClassName
{
background-color: #67B0BA;
}
</style>
border-color css
<style>
span { border-color: #67B0BA; }
span { border-color: rgb(103,176,186); }
td.TdClassName
{
border-color: #67B0BA;
}
.TagClassName
{
border-color: #67B0BA;
}
</style>