Shades of Fountain Blue #69A8AB
Tints of Fountain Blue #69A8AB
RGB
CMYK
RGB Variations
Color information
#69A8AB (or 0x69A8AB) is known color: Fountain Blue. HEX triplet: 69, A8 and AB. RGB value is (105,168,171). Sum of RGB (Red+Green+Blue) = 105+168+171=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #69A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A8AB is #965754. Grayscale: #959595. Windows color (decimal): -9852757 or 11249769. OLE color: 11249769.
HSL color Cylindrical-coordinate representation of color #69A8AB: hue angle of 182.73º 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 #69A8AB is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 168 | 171 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.33 |
| HSL | 182.73º | 0.28% | 0.54% | - |
| HSV(B) | 182.73º | 0.39% | 0.67% | - |
| XYZ | 27.18 | 33.95 | 43.65 | - |
| YUV | 149.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 171 | 0.39 | 0.02 | 0 | 0.33 | 182.73 | 0.28 | 0.54 |
| Hex | 69 | A8 | AB | 27 | 2 | 0 | 21 | B7 | 1C | 36 |
| Octal | 151 | 250 | 253 | 47 | 2 | 0 | 41 | 267 | 34 | 66 |
| Binary | 1101001 | 10101000 | 10101011 | 100111 | 10 | 0 | 100001 | 10110111 | 11100 | 110110 |
Color Harmonies of #69A8AB
Complementary color
Monochromatic Colors of #69A8AB
Black with #69A8AB
Text Example
Text Example
White with #69A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A8AB; }
p { color: rgb(105,168,171); }
H1.HeaderClassName
{
color: #69A8AB;
}
.AnyTagClassName
{
color: #69A8AB;
}
</style>
background-color css
<style>
a { background-color: #69A8AB; }
a { background-color: rgb(105,168,171); }
div.DivClassName
{
background-color: #69A8AB;
}
.BgClassName
{
background-color: #69A8AB;
}
</style>
border-color css
<style>
span { border-color: #69A8AB; }
span { border-color: rgb(105,168,171); }
td.TdClassName
{
border-color: #69A8AB;
}
.TagClassName
{
border-color: #69A8AB;
}
</style>