Shades of Fountain Blue #69BABB
Tints of Fountain Blue #69BABB
RGB
CMYK
RGB Variations
Color information
#69BABB (or 0x69BABB) is known color: Fountain Blue. HEX triplet: 69, BA and BB. RGB value is (105,186,187). Sum of RGB (Red+Green+Blue) = 105+186+187=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #69BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BABB is #964544. Grayscale: #A1A1A1. Windows color (decimal): -9848133 or 12302953. OLE color: 12302953.
HSL color Cylindrical-coordinate representation of color #69BABB: hue angle of 180.73º 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 #69BABB is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 187 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.27 |
| HSL | 180.73º | 0.38% | 0.57% | - |
| HSV(B) | 180.73º | 0.44% | 0.73% | - |
| XYZ | 32.35 | 41.71 | 53.36 | - |
| YUV | 161.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 187 | 0.44 | 0.01 | 0 | 0.27 | 180.73 | 0.38 | 0.57 |
| Hex | 69 | BA | BB | 2C | 1 | 0 | 1B | B5 | 26 | 39 |
| Octal | 151 | 272 | 273 | 54 | 1 | 0 | 33 | 265 | 46 | 71 |
| Binary | 1101001 | 10111010 | 10111011 | 101100 | 1 | 0 | 11011 | 10110101 | 100110 | 111001 |
Color Harmonies of #69BABB
Complementary color
Monochromatic Colors of #69BABB
Black with #69BABB
Text Example
Text Example
White with #69BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BABB; }
p { color: rgb(105,186,187); }
H1.HeaderClassName
{
color: #69BABB;
}
.AnyTagClassName
{
color: #69BABB;
}
</style>
background-color css
<style>
a { background-color: #69BABB; }
a { background-color: rgb(105,186,187); }
div.DivClassName
{
background-color: #69BABB;
}
.BgClassName
{
background-color: #69BABB;
}
</style>
border-color css
<style>
span { border-color: #69BABB; }
span { border-color: rgb(105,186,187); }
td.TdClassName
{
border-color: #69BABB;
}
.TagClassName
{
border-color: #69BABB;
}
</style>