Shades of Fountain Blue #67ABBA
Tints of Fountain Blue #67ABBA
RGB
CMYK
RGB Variations
Color information
#67ABBA (or 0x67ABBA) is known color: Fountain Blue. HEX triplet: 67, AB and BA. RGB value is (103,171,186). Sum of RGB (Red+Green+Blue) = 103+171+186=460 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.39% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #67ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABBA is #985445. Grayscale: #989898. Windows color (decimal): -9983046 or 12233575. OLE color: 12233575.
HSL color Cylindrical-coordinate representation of color #67ABBA: hue angle of 190.84º 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 #67ABBA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 171 | 186 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.27 |
| HSL | 190.84º | 0.38% | 0.57% | - |
| HSV(B) | 190.84º | 0.45% | 0.73% | - |
| XYZ | 29.02 | 35.55 | 51.79 | - |
| YUV | 152.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 186 | 0.45 | 0.08 | 0 | 0.27 | 190.84 | 0.38 | 0.57 |
| Hex | 67 | AB | BA | 2D | 8 | 0 | 1B | BF | 26 | 39 |
| Octal | 147 | 253 | 272 | 55 | 10 | 0 | 33 | 277 | 46 | 71 |
| Binary | 1100111 | 10101011 | 10111010 | 101101 | 1000 | 0 | 11011 | 10111111 | 100110 | 111001 |
Color Harmonies of #67ABBA
Complementary color
Monochromatic Colors of #67ABBA
Black with #67ABBA
Text Example
Text Example
White with #67ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABBA; }
p { color: rgb(103,171,186); }
H1.HeaderClassName
{
color: #67ABBA;
}
.AnyTagClassName
{
color: #67ABBA;
}
</style>
background-color css
<style>
a { background-color: #67ABBA; }
a { background-color: rgb(103,171,186); }
div.DivClassName
{
background-color: #67ABBA;
}
.BgClassName
{
background-color: #67ABBA;
}
</style>
border-color css
<style>
span { border-color: #67ABBA; }
span { border-color: rgb(103,171,186); }
td.TdClassName
{
border-color: #67ABBA;
}
.TagClassName
{
border-color: #67ABBA;
}
</style>