Shades of Fountain Blue #67AFB9
Tints of Fountain Blue #67AFB9
RGB
CMYK
RGB Variations
Color information
#67AFB9 (or 0x67AFB9) is known color: Fountain Blue. HEX triplet: 67, AF and B9. RGB value is (103,175,185). Sum of RGB (Red+Green+Blue) = 103+175+185=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #67AFB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFB9 is #985046. Grayscale: #9A9A9A. Windows color (decimal): -9982023 or 12169063. OLE color: 12169063.
HSL color Cylindrical-coordinate representation of color #67AFB9: hue angle of 187.32º 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 #67AFB9 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 175 | 185 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.27 |
| HSL | 187.32º | 0.37% | 0.56% | - |
| HSV(B) | 187.32º | 0.44% | 0.73% | - |
| XYZ | 29.68 | 37.05 | 51.49 | - |
| YUV | 154.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 185 | 0.44 | 0.05 | 0 | 0.27 | 187.32 | 0.37 | 0.56 |
| Hex | 67 | AF | B9 | 2C | 5 | 0 | 1B | BB | 25 | 38 |
| Octal | 147 | 257 | 271 | 54 | 5 | 0 | 33 | 273 | 45 | 70 |
| Binary | 1100111 | 10101111 | 10111001 | 101100 | 101 | 0 | 11011 | 10111011 | 100101 | 111000 |
Color Harmonies of #67AFB9
Complementary color
Monochromatic Colors of #67AFB9
Black with #67AFB9
Text Example
Text Example
White with #67AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AFB9; }
p { color: rgb(103,175,185); }
H1.HeaderClassName
{
color: #67AFB9;
}
.AnyTagClassName
{
color: #67AFB9;
}
</style>
background-color css
<style>
a { background-color: #67AFB9; }
a { background-color: rgb(103,175,185); }
div.DivClassName
{
background-color: #67AFB9;
}
.BgClassName
{
background-color: #67AFB9;
}
</style>
border-color css
<style>
span { border-color: #67AFB9; }
span { border-color: rgb(103,175,185); }
td.TdClassName
{
border-color: #67AFB9;
}
.TagClassName
{
border-color: #67AFB9;
}
</style>