Shades of Fountain Blue #69A8AE
Tints of Fountain Blue #69A8AE
RGB
CMYK
RGB Variations
Color information
#69A8AE (or 0x69A8AE) is known color: Fountain Blue. HEX triplet: 69, A8 and AE. RGB value is (105,168,174). Sum of RGB (Red+Green+Blue) = 105+168+174=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #69A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A8AE is #965751. Grayscale: #959595. Windows color (decimal): -9852754 or 11446377. OLE color: 11446377.
HSL color Cylindrical-coordinate representation of color #69A8AE: hue angle of 185.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69A8AE is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 168 | 174 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.32 |
| HSL | 185.22º | 0.3% | 0.55% | - |
| HSV(B) | 185.22º | 0.4% | 0.68% | - |
| XYZ | 27.47 | 34.06 | 45.17 | - |
| YUV | 149.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 174 | 0.40 | 0.03 | 0 | 0.32 | 185.22 | 0.3 | 0.55 |
| Hex | 69 | A8 | AE | 28 | 3 | 0 | 20 | B9 | 1E | 37 |
| Octal | 151 | 250 | 256 | 50 | 3 | 0 | 40 | 271 | 36 | 67 |
| Binary | 1101001 | 10101000 | 10101110 | 101000 | 11 | 0 | 100000 | 10111001 | 11110 | 110111 |
Color Harmonies of #69A8AE
Complementary color
Monochromatic Colors of #69A8AE
Black with #69A8AE
Text Example
Text Example
White with #69A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A8AE; }
p { color: rgb(105,168,174); }
H1.HeaderClassName
{
color: #69A8AE;
}
.AnyTagClassName
{
color: #69A8AE;
}
</style>
background-color css
<style>
a { background-color: #69A8AE; }
a { background-color: rgb(105,168,174); }
div.DivClassName
{
background-color: #69A8AE;
}
.BgClassName
{
background-color: #69A8AE;
}
</style>
border-color css
<style>
span { border-color: #69A8AE; }
span { border-color: rgb(105,168,174); }
td.TdClassName
{
border-color: #69A8AE;
}
.TagClassName
{
border-color: #69A8AE;
}
</style>