Shades of Fountain Blue #69B2BA
Tints of Fountain Blue #69B2BA
RGB
CMYK
RGB Variations
Color information
#69B2BA (or 0x69B2BA) is known color: Fountain Blue. HEX triplet: 69, B2 and BA. RGB value is (105,178,186). Sum of RGB (Red+Green+Blue) = 105+178+186=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #69B2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69B2BA is #964D45. Grayscale: #9C9C9C. Windows color (decimal): -9850182 or 12235369. OLE color: 12235369.
HSL color Cylindrical-coordinate representation of color #69B2BA: hue angle of 185.93º degrees, saturation: 0.37, 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 #69B2BA is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 178 | 186 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.27 |
| HSL | 185.93º | 0.37% | 0.57% | - |
| HSV(B) | 185.93º | 0.44% | 0.73% | - |
| XYZ | 30.61 | 38.39 | 52.25 | - |
| YUV | 157.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 178 | 186 | 0.44 | 0.04 | 0 | 0.27 | 185.93 | 0.37 | 0.57 |
| Hex | 69 | B2 | BA | 2C | 4 | 0 | 1B | BA | 25 | 39 |
| Octal | 151 | 262 | 272 | 54 | 4 | 0 | 33 | 272 | 45 | 71 |
| Binary | 1101001 | 10110010 | 10111010 | 101100 | 100 | 0 | 11011 | 10111010 | 100101 | 111001 |
Color Harmonies of #69B2BA
Complementary color
Monochromatic Colors of #69B2BA
Black with #69B2BA
Text Example
Text Example
White with #69B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B2BA; }
p { color: rgb(105,178,186); }
H1.HeaderClassName
{
color: #69B2BA;
}
.AnyTagClassName
{
color: #69B2BA;
}
</style>
background-color css
<style>
a { background-color: #69B2BA; }
a { background-color: rgb(105,178,186); }
div.DivClassName
{
background-color: #69B2BA;
}
.BgClassName
{
background-color: #69B2BA;
}
</style>
border-color css
<style>
span { border-color: #69B2BA; }
span { border-color: rgb(105,178,186); }
td.TdClassName
{
border-color: #69B2BA;
}
.TagClassName
{
border-color: #69B2BA;
}
</style>