Shades of Fountain Blue #69A9AB
Tints of Fountain Blue #69A9AB
RGB
CMYK
RGB Variations
Color information
#69A9AB (or 0x69A9AB) is known color: Fountain Blue. HEX triplet: 69, A9 and AB. RGB value is (105,169,171). Sum of RGB (Red+Green+Blue) = 105+169+171=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #69A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A9AB is #965654. Grayscale: #969696. Windows color (decimal): -9852501 or 11250025. OLE color: 11250025.
HSL color Cylindrical-coordinate representation of color #69A9AB: hue angle of 181.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69A9AB is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 169 | 171 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.33 |
| HSL | 181.82º | 0.28% | 0.54% | - |
| HSV(B) | 181.82º | 0.39% | 0.67% | - |
| XYZ | 27.36 | 34.32 | 43.71 | - |
| YUV | 150.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 169 | 171 | 0.39 | 0.01 | 0 | 0.33 | 181.82 | 0.28 | 0.54 |
| Hex | 69 | A9 | AB | 27 | 1 | 0 | 21 | B6 | 1C | 36 |
| Octal | 151 | 251 | 253 | 47 | 1 | 0 | 41 | 266 | 34 | 66 |
| Binary | 1101001 | 10101001 | 10101011 | 100111 | 1 | 0 | 100001 | 10110110 | 11100 | 110110 |
Color Harmonies of #69A9AB
Complementary color
Monochromatic Colors of #69A9AB
Black with #69A9AB
Text Example
Text Example
White with #69A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A9AB; }
p { color: rgb(105,169,171); }
H1.HeaderClassName
{
color: #69A9AB;
}
.AnyTagClassName
{
color: #69A9AB;
}
</style>
background-color css
<style>
a { background-color: #69A9AB; }
a { background-color: rgb(105,169,171); }
div.DivClassName
{
background-color: #69A9AB;
}
.BgClassName
{
background-color: #69A9AB;
}
</style>
border-color css
<style>
span { border-color: #69A9AB; }
span { border-color: rgb(105,169,171); }
td.TdClassName
{
border-color: #69A9AB;
}
.TagClassName
{
border-color: #69A9AB;
}
</style>