Shades of Fountain Blue #69B9BB
Tints of Fountain Blue #69B9BB
RGB
CMYK
RGB Variations
Color information
#69B9BB (or 0x69B9BB) is known color: Fountain Blue. HEX triplet: 69, B9 and BB. RGB value is (105,185,187). Sum of RGB (Red+Green+Blue) = 105+185+187=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #69B9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B9BB is #964644. Grayscale: #A1A1A1. Windows color (decimal): -9848389 or 12302697. OLE color: 12302697.
HSL color Cylindrical-coordinate representation of color #69B9BB: hue angle of 181.46º 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 #69B9BB is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 185 | 187 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.27 |
| HSL | 181.46º | 0.38% | 0.57% | - |
| HSV(B) | 181.46º | 0.44% | 0.73% | - |
| XYZ | 32.14 | 41.29 | 53.29 | - |
| YUV | 161.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 185 | 187 | 0.44 | 0.01 | 0 | 0.27 | 181.46 | 0.38 | 0.57 |
| Hex | 69 | B9 | BB | 2C | 1 | 0 | 1B | B5 | 26 | 39 |
| Octal | 151 | 271 | 273 | 54 | 1 | 0 | 33 | 265 | 46 | 71 |
| Binary | 1101001 | 10111001 | 10111011 | 101100 | 1 | 0 | 11011 | 10110101 | 100110 | 111001 |
Color Harmonies of #69B9BB
Complementary color
Monochromatic Colors of #69B9BB
Black with #69B9BB
Text Example
Text Example
White with #69B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B9BB; }
p { color: rgb(105,185,187); }
H1.HeaderClassName
{
color: #69B9BB;
}
.AnyTagClassName
{
color: #69B9BB;
}
</style>
background-color css
<style>
a { background-color: #69B9BB; }
a { background-color: rgb(105,185,187); }
div.DivClassName
{
background-color: #69B9BB;
}
.BgClassName
{
background-color: #69B9BB;
}
</style>
border-color css
<style>
span { border-color: #69B9BB; }
span { border-color: rgb(105,185,187); }
td.TdClassName
{
border-color: #69B9BB;
}
.TagClassName
{
border-color: #69B9BB;
}
</style>