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