Shades of Fountain Blue #67ADBA
Tints of Fountain Blue #67ADBA
RGB
CMYK
RGB Variations
Color information
#67ADBA (or 0x67ADBA) is known color: Fountain Blue. HEX triplet: 67, AD and BA. RGB value is (103,173,186). Sum of RGB (Red+Green+Blue) = 103+173+186=462 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.29% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #67ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADBA is #985245. Grayscale: #999999. Windows color (decimal): -9982534 or 12234087. OLE color: 12234087.
HSL color Cylindrical-coordinate representation of color #67ADBA: hue angle of 189.4º 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 #67ADBA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 173 | 186 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.27 |
| HSL | 189.4º | 0.38% | 0.57% | - |
| HSV(B) | 189.4º | 0.45% | 0.73% | - |
| XYZ | 29.4 | 36.32 | 51.91 | - |
| YUV | 153.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 186 | 0.45 | 0.07 | 0 | 0.27 | 189.4 | 0.38 | 0.57 |
| Hex | 67 | AD | BA | 2D | 7 | 0 | 1B | BD | 26 | 39 |
| Octal | 147 | 255 | 272 | 55 | 7 | 0 | 33 | 275 | 46 | 71 |
| Binary | 1100111 | 10101101 | 10111010 | 101101 | 111 | 0 | 11011 | 10111101 | 100110 | 111001 |
Color Harmonies of #67ADBA
Complementary color
Monochromatic Colors of #67ADBA
Black with #67ADBA
Text Example
Text Example
White with #67ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADBA; }
p { color: rgb(103,173,186); }
H1.HeaderClassName
{
color: #67ADBA;
}
.AnyTagClassName
{
color: #67ADBA;
}
</style>
background-color css
<style>
a { background-color: #67ADBA; }
a { background-color: rgb(103,173,186); }
div.DivClassName
{
background-color: #67ADBA;
}
.BgClassName
{
background-color: #67ADBA;
}
</style>
border-color css
<style>
span { border-color: #67ADBA; }
span { border-color: rgb(103,173,186); }
td.TdClassName
{
border-color: #67ADBA;
}
.TagClassName
{
border-color: #67ADBA;
}
</style>