Shades of Fountain Blue #67AABA
Tints of Fountain Blue #67AABA
RGB
CMYK
RGB Variations
Color information
#67AABA (or 0x67AABA) is known color: Fountain Blue. HEX triplet: 67, AA and BA. RGB value is (103,170,186). Sum of RGB (Red+Green+Blue) = 103+170+186=459 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.44% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #67AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AABA is #985545. Grayscale: #979797. Windows color (decimal): -9983302 or 12233319. OLE color: 12233319.
HSL color Cylindrical-coordinate representation of color #67AABA: hue angle of 191.57º 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 #67AABA is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 170 | 186 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.27 |
| HSL | 191.57º | 0.38% | 0.57% | - |
| HSV(B) | 191.57º | 0.45% | 0.73% | - |
| XYZ | 28.83 | 35.18 | 51.72 | - |
| YUV | 151.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 186 | 0.45 | 0.09 | 0 | 0.27 | 191.57 | 0.38 | 0.57 |
| Hex | 67 | AA | BA | 2D | 9 | 0 | 1B | C0 | 26 | 39 |
| Octal | 147 | 252 | 272 | 55 | 11 | 0 | 33 | 300 | 46 | 71 |
| Binary | 1100111 | 10101010 | 10111010 | 101101 | 1001 | 0 | 11011 | 11000000 | 100110 | 111001 |
Color Harmonies of #67AABA
Complementary color
Monochromatic Colors of #67AABA
Black with #67AABA
Text Example
Text Example
White with #67AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AABA; }
p { color: rgb(103,170,186); }
H1.HeaderClassName
{
color: #67AABA;
}
.AnyTagClassName
{
color: #67AABA;
}
</style>
background-color css
<style>
a { background-color: #67AABA; }
a { background-color: rgb(103,170,186); }
div.DivClassName
{
background-color: #67AABA;
}
.BgClassName
{
background-color: #67AABA;
}
</style>
border-color css
<style>
span { border-color: #67AABA; }
span { border-color: rgb(103,170,186); }
td.TdClassName
{
border-color: #67AABA;
}
.TagClassName
{
border-color: #67AABA;
}
</style>