Shades of Fountain Blue #69A8BB
Tints of Fountain Blue #69A8BB
RGB
CMYK
RGB Variations
Color information
#69A8BB (or 0x69A8BB) is known color: Fountain Blue. HEX triplet: 69, A8 and BB. RGB value is (105,168,187). Sum of RGB (Red+Green+Blue) = 105+168+187=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #69A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8BB is #965744. Grayscale: #979797. Windows color (decimal): -9852741 or 12298345. OLE color: 12298345.
HSL color Cylindrical-coordinate representation of color #69A8BB: hue angle of 193.9º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69A8BB is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 168 | 187 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.27 |
| HSL | 193.9º | 0.38% | 0.57% | - |
| HSV(B) | 193.9º | 0.44% | 0.73% | - |
| XYZ | 28.8 | 34.6 | 52.17 | - |
| YUV | 151.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 187 | 0.44 | 0.10 | 0 | 0.27 | 193.9 | 0.38 | 0.57 |
| Hex | 69 | A8 | BB | 2C | A | 0 | 1B | C2 | 26 | 39 |
| Octal | 151 | 250 | 273 | 54 | 12 | 0 | 33 | 302 | 46 | 71 |
| Binary | 1101001 | 10101000 | 10111011 | 101100 | 1010 | 0 | 11011 | 11000010 | 100110 | 111001 |
Color Harmonies of #69A8BB
Complementary color
Monochromatic Colors of #69A8BB
Black with #69A8BB
Text Example
Text Example
White with #69A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A8BB; }
p { color: rgb(105,168,187); }
H1.HeaderClassName
{
color: #69A8BB;
}
.AnyTagClassName
{
color: #69A8BB;
}
</style>
background-color css
<style>
a { background-color: #69A8BB; }
a { background-color: rgb(105,168,187); }
div.DivClassName
{
background-color: #69A8BB;
}
.BgClassName
{
background-color: #69A8BB;
}
</style>
border-color css
<style>
span { border-color: #69A8BB; }
span { border-color: rgb(105,168,187); }
td.TdClassName
{
border-color: #69A8BB;
}
.TagClassName
{
border-color: #69A8BB;
}
</style>