Shades of Fountain Blue #69BFBA
Tints of Fountain Blue #69BFBA
RGB
CMYK
RGB Variations
Color information
#69BFBA (or 0x69BFBA) is known color: Fountain Blue. HEX triplet: 69, BF and BA. RGB value is (105,191,186). Sum of RGB (Red+Green+Blue) = 105+191+186=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #69BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFBA is #964045. Grayscale: #A4A4A4. Windows color (decimal): -9846854 or 12238697. OLE color: 12238697.
HSL color Cylindrical-coordinate representation of color #69BFBA: hue angle of 176.51º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BFBA is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 191 | 186 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.25 |
| HSL | 176.51º | 0.4% | 0.58% | - |
| HSV(B) | 176.51º | 0.45% | 0.75% | - |
| XYZ | 33.32 | 43.81 | 53.15 | - |
| YUV | 164.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 186 | 0.45 | 0 | 0.03 | 0.25 | 176.51 | 0.4 | 0.58 |
| Hex | 69 | BF | BA | 2D | 0 | 3 | 19 | B1 | 28 | 3A |
| Octal | 151 | 277 | 272 | 55 | 0 | 3 | 31 | 261 | 50 | 72 |
| Binary | 1101001 | 10111111 | 10111010 | 101101 | 0 | 11 | 11001 | 10110001 | 101000 | 111010 |
Color Harmonies of #69BFBA
Complementary color
Monochromatic Colors of #69BFBA
Black with #69BFBA
Text Example
Text Example
White with #69BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFBA; }
p { color: rgb(105,191,186); }
H1.HeaderClassName
{
color: #69BFBA;
}
.AnyTagClassName
{
color: #69BFBA;
}
</style>
background-color css
<style>
a { background-color: #69BFBA; }
a { background-color: rgb(105,191,186); }
div.DivClassName
{
background-color: #69BFBA;
}
.BgClassName
{
background-color: #69BFBA;
}
</style>
border-color css
<style>
span { border-color: #69BFBA; }
span { border-color: rgb(105,191,186); }
td.TdClassName
{
border-color: #69BFBA;
}
.TagClassName
{
border-color: #69BFBA;
}
</style>