Shades of Fountain Blue #69A8AA
Tints of Fountain Blue #69A8AA
RGB
CMYK
RGB Variations
Color information
#69A8AA (or 0x69A8AA) is known color: Fountain Blue. HEX triplet: 69, A8 and AA. RGB value is (105,168,170). Sum of RGB (Red+Green+Blue) = 105+168+170=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #69A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A8AA is #965755. Grayscale: #959595. Windows color (decimal): -9852758 or 11184233. OLE color: 11184233.
HSL color Cylindrical-coordinate representation of color #69A8AA: hue angle of 181.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A8AA is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 168 | 170 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.33 |
| HSL | 181.85º | 0.28% | 0.54% | - |
| HSV(B) | 181.85º | 0.38% | 0.67% | - |
| XYZ | 27.08 | 33.91 | 43.15 | - |
| YUV | 149.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 170 | 0.38 | 0.01 | 0 | 0.33 | 181.85 | 0.28 | 0.54 |
| Hex | 69 | A8 | AA | 26 | 1 | 0 | 21 | B6 | 1C | 36 |
| Octal | 151 | 250 | 252 | 46 | 1 | 0 | 41 | 266 | 34 | 66 |
| Binary | 1101001 | 10101000 | 10101010 | 100110 | 1 | 0 | 100001 | 10110110 | 11100 | 110110 |
Color Harmonies of #69A8AA
Complementary color
Monochromatic Colors of #69A8AA
Black with #69A8AA
Text Example
Text Example
White with #69A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A8AA; }
p { color: rgb(105,168,170); }
H1.HeaderClassName
{
color: #69A8AA;
}
.AnyTagClassName
{
color: #69A8AA;
}
</style>
background-color css
<style>
a { background-color: #69A8AA; }
a { background-color: rgb(105,168,170); }
div.DivClassName
{
background-color: #69A8AA;
}
.BgClassName
{
background-color: #69A8AA;
}
</style>
border-color css
<style>
span { border-color: #69A8AA; }
span { border-color: rgb(105,168,170); }
td.TdClassName
{
border-color: #69A8AA;
}
.TagClassName
{
border-color: #69A8AA;
}
</style>