Shades of Fountain Blue #67ADB9
Tints of Fountain Blue #67ADB9
RGB
CMYK
RGB Variations
Color information
#67ADB9 (or 0x67ADB9) is known color: Fountain Blue. HEX triplet: 67, AD and B9. RGB value is (103,173,185). Sum of RGB (Red+Green+Blue) = 103+173+185=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #67ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADB9 is #985246. Grayscale: #999999. Windows color (decimal): -9982535 or 12168551. OLE color: 12168551.
HSL color Cylindrical-coordinate representation of color #67ADB9: hue angle of 188.78º 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 #67ADB9 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 173 | 185 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.27 |
| HSL | 188.78º | 0.37% | 0.56% | - |
| HSV(B) | 188.78º | 0.44% | 0.73% | - |
| XYZ | 29.29 | 36.27 | 51.36 | - |
| YUV | 153.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 185 | 0.44 | 0.06 | 0 | 0.27 | 188.78 | 0.37 | 0.56 |
| Hex | 67 | AD | B9 | 2C | 6 | 0 | 1B | BD | 25 | 38 |
| Octal | 147 | 255 | 271 | 54 | 6 | 0 | 33 | 275 | 45 | 70 |
| Binary | 1100111 | 10101101 | 10111001 | 101100 | 110 | 0 | 11011 | 10111101 | 100101 | 111000 |
Color Harmonies of #67ADB9
Complementary color
Monochromatic Colors of #67ADB9
Black with #67ADB9
Text Example
Text Example
White with #67ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADB9; }
p { color: rgb(103,173,185); }
H1.HeaderClassName
{
color: #67ADB9;
}
.AnyTagClassName
{
color: #67ADB9;
}
</style>
background-color css
<style>
a { background-color: #67ADB9; }
a { background-color: rgb(103,173,185); }
div.DivClassName
{
background-color: #67ADB9;
}
.BgClassName
{
background-color: #67ADB9;
}
</style>
border-color css
<style>
span { border-color: #67ADB9; }
span { border-color: rgb(103,173,185); }
td.TdClassName
{
border-color: #67ADB9;
}
.TagClassName
{
border-color: #67ADB9;
}
</style>