Shades of Fountain Blue #69ABBA
Tints of Fountain Blue #69ABBA
RGB
CMYK
RGB Variations
Color information
#69ABBA (or 0x69ABBA) is known color: Fountain Blue. HEX triplet: 69, AB and BA. RGB value is (105,171,186). Sum of RGB (Red+Green+Blue) = 105+171+186=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 171 (67.19% from 255 or 37.01% 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 #69ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABBA is #965445. Grayscale: #989898. Windows color (decimal): -9851974 or 12233577. OLE color: 12233577.
HSL color Cylindrical-coordinate representation of color #69ABBA: hue angle of 191.11º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69ABBA is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 171 | 186 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.27 |
| HSL | 191.11º | 0.37% | 0.57% | - |
| HSV(B) | 191.11º | 0.44% | 0.73% | - |
| XYZ | 29.25 | 35.67 | 51.8 | - |
| YUV | 152.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 186 | 0.44 | 0.08 | 0 | 0.27 | 191.11 | 0.37 | 0.57 |
| Hex | 69 | AB | BA | 2C | 8 | 0 | 1B | BF | 25 | 39 |
| Octal | 151 | 253 | 272 | 54 | 10 | 0 | 33 | 277 | 45 | 71 |
| Binary | 1101001 | 10101011 | 10111010 | 101100 | 1000 | 0 | 11011 | 10111111 | 100101 | 111001 |
Color Harmonies of #69ABBA
Complementary color
Monochromatic Colors of #69ABBA
Black with #69ABBA
Text Example
Text Example
White with #69ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ABBA; }
p { color: rgb(105,171,186); }
H1.HeaderClassName
{
color: #69ABBA;
}
.AnyTagClassName
{
color: #69ABBA;
}
</style>
background-color css
<style>
a { background-color: #69ABBA; }
a { background-color: rgb(105,171,186); }
div.DivClassName
{
background-color: #69ABBA;
}
.BgClassName
{
background-color: #69ABBA;
}
</style>
border-color css
<style>
span { border-color: #69ABBA; }
span { border-color: rgb(105,171,186); }
td.TdClassName
{
border-color: #69ABBA;
}
.TagClassName
{
border-color: #69ABBA;
}
</style>