Shades of Fountain Blue #69BCBA
Tints of Fountain Blue #69BCBA
RGB
CMYK
RGB Variations
Color information
#69BCBA (or 0x69BCBA) is known color: Fountain Blue. HEX triplet: 69, BC and BA. RGB value is (105,188,186). Sum of RGB (Red+Green+Blue) = 105+188+186=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCBA is #964345. Grayscale: #A2A2A2. Windows color (decimal): -9847622 or 12237929. OLE color: 12237929.
HSL color Cylindrical-coordinate representation of color #69BCBA: hue angle of 178.55º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BCBA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 186 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.26 |
| HSL | 178.55º | 0.38% | 0.57% | - |
| HSV(B) | 178.55º | 0.44% | 0.74% | - |
| XYZ | 32.67 | 42.51 | 52.94 | - |
| YUV | 162.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 186 | 0.44 | 0 | 0.01 | 0.26 | 178.55 | 0.38 | 0.57 |
| Hex | 69 | BC | BA | 2C | 0 | 1 | 1A | B3 | 26 | 39 |
| Octal | 151 | 274 | 272 | 54 | 0 | 1 | 32 | 263 | 46 | 71 |
| Binary | 1101001 | 10111100 | 10111010 | 101100 | 0 | 1 | 11010 | 10110011 | 100110 | 111001 |
Color Harmonies of #69BCBA
Complementary color
Monochromatic Colors of #69BCBA
Black with #69BCBA
Text Example
Text Example
White with #69BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCBA; }
p { color: rgb(105,188,186); }
H1.HeaderClassName
{
color: #69BCBA;
}
.AnyTagClassName
{
color: #69BCBA;
}
</style>
background-color css
<style>
a { background-color: #69BCBA; }
a { background-color: rgb(105,188,186); }
div.DivClassName
{
background-color: #69BCBA;
}
.BgClassName
{
background-color: #69BCBA;
}
</style>
border-color css
<style>
span { border-color: #69BCBA; }
span { border-color: rgb(105,188,186); }
td.TdClassName
{
border-color: #69BCBA;
}
.TagClassName
{
border-color: #69BCBA;
}
</style>