Shades of Fountain Blue #69A5AC
Tints of Fountain Blue #69A5AC
RGB
CMYK
RGB Variations
Color information
#69A5AC (or 0x69A5AC) is known color: Fountain Blue. HEX triplet: 69, A5 and AC. RGB value is (105,165,172). Sum of RGB (Red+Green+Blue) = 105+165+172=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #69A5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A5AC is #965A53. Grayscale: #939393. Windows color (decimal): -9853524 or 11314537. OLE color: 11314537.
HSL color Cylindrical-coordinate representation of color #69A5AC: hue angle of 186.27º degrees, saturation: 0.29, 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 #69A5AC is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 165 | 172 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.33 |
| HSL | 186.27º | 0.29% | 0.54% | - |
| HSV(B) | 186.27º | 0.39% | 0.67% | - |
| XYZ | 26.73 | 32.89 | 43.97 | - |
| YUV | 147.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 165 | 172 | 0.39 | 0.04 | 0 | 0.33 | 186.27 | 0.29 | 0.54 |
| Hex | 69 | A5 | AC | 27 | 4 | 0 | 21 | BA | 1D | 36 |
| Octal | 151 | 245 | 254 | 47 | 4 | 0 | 41 | 272 | 35 | 66 |
| Binary | 1101001 | 10100101 | 10101100 | 100111 | 100 | 0 | 100001 | 10111010 | 11101 | 110110 |
Color Harmonies of #69A5AC
Complementary color
Monochromatic Colors of #69A5AC
Black with #69A5AC
Text Example
Text Example
White with #69A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A5AC; }
p { color: rgb(105,165,172); }
H1.HeaderClassName
{
color: #69A5AC;
}
.AnyTagClassName
{
color: #69A5AC;
}
</style>
background-color css
<style>
a { background-color: #69A5AC; }
a { background-color: rgb(105,165,172); }
div.DivClassName
{
background-color: #69A5AC;
}
.BgClassName
{
background-color: #69A5AC;
}
</style>
border-color css
<style>
span { border-color: #69A5AC; }
span { border-color: rgb(105,165,172); }
td.TdClassName
{
border-color: #69A5AC;
}
.TagClassName
{
border-color: #69A5AC;
}
</style>