Shades of Fountain Blue #67A8BA
Tints of Fountain Blue #67A8BA
RGB
CMYK
RGB Variations
Color information
#67A8BA (or 0x67A8BA) is known color: Fountain Blue. HEX triplet: 67, A8 and BA. RGB value is (103,168,186). Sum of RGB (Red+Green+Blue) = 103+168+186=457 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.54% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #67A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8BA is #985745. Grayscale: #969696. Windows color (decimal): -9983814 or 12232807. OLE color: 12232807.
HSL color Cylindrical-coordinate representation of color #67A8BA: hue angle of 193.01º 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 #67A8BA is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 168 | 186 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.27 |
| HSL | 193.01º | 0.38% | 0.57% | - |
| HSV(B) | 193.01º | 0.45% | 0.73% | - |
| XYZ | 28.46 | 34.43 | 51.6 | - |
| YUV | 150.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 186 | 0.45 | 0.10 | 0 | 0.27 | 193.01 | 0.38 | 0.57 |
| Hex | 67 | A8 | BA | 2D | A | 0 | 1B | C1 | 26 | 39 |
| Octal | 147 | 250 | 272 | 55 | 12 | 0 | 33 | 301 | 46 | 71 |
| Binary | 1100111 | 10101000 | 10111010 | 101101 | 1010 | 0 | 11011 | 11000001 | 100110 | 111001 |
Color Harmonies of #67A8BA
Complementary color
Monochromatic Colors of #67A8BA
Black with #67A8BA
Text Example
Text Example
White with #67A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A8BA; }
p { color: rgb(103,168,186); }
H1.HeaderClassName
{
color: #67A8BA;
}
.AnyTagClassName
{
color: #67A8BA;
}
</style>
background-color css
<style>
a { background-color: #67A8BA; }
a { background-color: rgb(103,168,186); }
div.DivClassName
{
background-color: #67A8BA;
}
.BgClassName
{
background-color: #67A8BA;
}
</style>
border-color css
<style>
span { border-color: #67A8BA; }
span { border-color: rgb(103,168,186); }
td.TdClassName
{
border-color: #67A8BA;
}
.TagClassName
{
border-color: #67A8BA;
}
</style>