Shades of Fountain Blue #69A1AC
Tints of Fountain Blue #69A1AC
RGB
CMYK
RGB Variations
Color information
#69A1AC (or 0x69A1AC) is known color: Fountain Blue. HEX triplet: 69, A1 and AC. RGB value is (105,161,172). Sum of RGB (Red+Green+Blue) = 105+161+172=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #69A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A1AC is #965E53. Grayscale: #919191. Windows color (decimal): -9854548 or 11313513. OLE color: 11313513.
HSL color Cylindrical-coordinate representation of color #69A1AC: hue angle of 189.85º 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 #69A1AC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 161 | 172 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.33 |
| HSL | 189.85º | 0.29% | 0.54% | - |
| HSV(B) | 189.85º | 0.39% | 0.67% | - |
| XYZ | 26.02 | 31.47 | 43.73 | - |
| YUV | 145.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 161 | 172 | 0.39 | 0.06 | 0 | 0.33 | 189.85 | 0.29 | 0.54 |
| Hex | 69 | A1 | AC | 27 | 6 | 0 | 21 | BE | 1D | 36 |
| Octal | 151 | 241 | 254 | 47 | 6 | 0 | 41 | 276 | 35 | 66 |
| Binary | 1101001 | 10100001 | 10101100 | 100111 | 110 | 0 | 100001 | 10111110 | 11101 | 110110 |
Color Harmonies of #69A1AC
Complementary color
Monochromatic Colors of #69A1AC
Black with #69A1AC
Text Example
Text Example
White with #69A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A1AC; }
p { color: rgb(105,161,172); }
H1.HeaderClassName
{
color: #69A1AC;
}
.AnyTagClassName
{
color: #69A1AC;
}
</style>
background-color css
<style>
a { background-color: #69A1AC; }
a { background-color: rgb(105,161,172); }
div.DivClassName
{
background-color: #69A1AC;
}
.BgClassName
{
background-color: #69A1AC;
}
</style>
border-color css
<style>
span { border-color: #69A1AC; }
span { border-color: rgb(105,161,172); }
td.TdClassName
{
border-color: #69A1AC;
}
.TagClassName
{
border-color: #69A1AC;
}
</style>