Shades of Fountain Blue #67ACB9
Tints of Fountain Blue #67ACB9
RGB
CMYK
RGB Variations
Color information
#67ACB9 (or 0x67ACB9) is known color: Fountain Blue. HEX triplet: 67, AC and B9. RGB value is (103,172,185). Sum of RGB (Red+Green+Blue) = 103+172+185=460 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.39% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 185 - color contains mainly: blue. Hex color #67ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACB9 is #985346. Grayscale: #989898. Windows color (decimal): -9982791 or 12168295. OLE color: 12168295.
HSL color Cylindrical-coordinate representation of color #67ACB9: hue angle of 189.51º 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 #67ACB9 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 172 | 185 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.27 |
| HSL | 189.51º | 0.37% | 0.56% | - |
| HSV(B) | 189.51º | 0.44% | 0.73% | - |
| XYZ | 29.1 | 35.89 | 51.29 | - |
| YUV | 152.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 185 | 0.44 | 0.07 | 0 | 0.27 | 189.51 | 0.37 | 0.56 |
| Hex | 67 | AC | B9 | 2C | 7 | 0 | 1B | BE | 25 | 38 |
| Octal | 147 | 254 | 271 | 54 | 7 | 0 | 33 | 276 | 45 | 70 |
| Binary | 1100111 | 10101100 | 10111001 | 101100 | 111 | 0 | 11011 | 10111110 | 100101 | 111000 |
Color Harmonies of #67ACB9
Complementary color
Monochromatic Colors of #67ACB9
Black with #67ACB9
Text Example
Text Example
White with #67ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACB9; }
p { color: rgb(103,172,185); }
H1.HeaderClassName
{
color: #67ACB9;
}
.AnyTagClassName
{
color: #67ACB9;
}
</style>
background-color css
<style>
a { background-color: #67ACB9; }
a { background-color: rgb(103,172,185); }
div.DivClassName
{
background-color: #67ACB9;
}
.BgClassName
{
background-color: #67ACB9;
}
</style>
border-color css
<style>
span { border-color: #67ACB9; }
span { border-color: rgb(103,172,185); }
td.TdClassName
{
border-color: #67ACB9;
}
.TagClassName
{
border-color: #67ACB9;
}
</style>