Shades of Fountain Blue #67AAB9
Tints of Fountain Blue #67AAB9
RGB
CMYK
RGB Variations
Color information
#67AAB9 (or 0x67AAB9) is known color: Fountain Blue. HEX triplet: 67, AA and B9. RGB value is (103,170,185). Sum of RGB (Red+Green+Blue) = 103+170+185=458 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.49% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #67AAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AAB9 is #985546. Grayscale: #979797. Windows color (decimal): -9983303 or 12167783. OLE color: 12167783.
HSL color Cylindrical-coordinate representation of color #67AAB9: hue angle of 190.98º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67AAB9 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 170 | 185 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.27 |
| HSL | 190.98º | 0.37% | 0.56% | - |
| HSV(B) | 190.98º | 0.44% | 0.73% | - |
| XYZ | 28.73 | 35.14 | 51.17 | - |
| YUV | 151.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 185 | 0.44 | 0.08 | 0 | 0.27 | 190.98 | 0.37 | 0.56 |
| Hex | 67 | AA | B9 | 2C | 8 | 0 | 1B | BF | 25 | 38 |
| Octal | 147 | 252 | 271 | 54 | 10 | 0 | 33 | 277 | 45 | 70 |
| Binary | 1100111 | 10101010 | 10111001 | 101100 | 1000 | 0 | 11011 | 10111111 | 100101 | 111000 |
Color Harmonies of #67AAB9
Complementary color
Monochromatic Colors of #67AAB9
Black with #67AAB9
Text Example
Text Example
White with #67AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AAB9; }
p { color: rgb(103,170,185); }
H1.HeaderClassName
{
color: #67AAB9;
}
.AnyTagClassName
{
color: #67AAB9;
}
</style>
background-color css
<style>
a { background-color: #67AAB9; }
a { background-color: rgb(103,170,185); }
div.DivClassName
{
background-color: #67AAB9;
}
.BgClassName
{
background-color: #67AAB9;
}
</style>
border-color css
<style>
span { border-color: #67AAB9; }
span { border-color: rgb(103,170,185); }
td.TdClassName
{
border-color: #67AAB9;
}
.TagClassName
{
border-color: #67AAB9;
}
</style>