Shades of Fountain Blue #69BEBA
Tints of Fountain Blue #69BEBA
RGB
CMYK
RGB Variations
Color information
#69BEBA (or 0x69BEBA) is known color: Fountain Blue. HEX triplet: 69, BE and BA. RGB value is (105,190,186). Sum of RGB (Red+Green+Blue) = 105+190+186=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BEBA is #964145. Grayscale: #A4A4A4. Windows color (decimal): -9847110 or 12238441. OLE color: 12238441.
HSL color Cylindrical-coordinate representation of color #69BEBA: hue angle of 177.18º 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 #69BEBA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 186 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.25 |
| HSL | 177.18º | 0.4% | 0.58% | - |
| HSV(B) | 177.18º | 0.45% | 0.75% | - |
| XYZ | 33.1 | 43.38 | 53.08 | - |
| YUV | 164.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 186 | 0.45 | 0 | 0.02 | 0.25 | 177.18 | 0.4 | 0.58 |
| Hex | 69 | BE | BA | 2D | 0 | 2 | 19 | B1 | 28 | 3A |
| Octal | 151 | 276 | 272 | 55 | 0 | 2 | 31 | 261 | 50 | 72 |
| Binary | 1101001 | 10111110 | 10111010 | 101101 | 0 | 10 | 11001 | 10110001 | 101000 | 111010 |
Color Harmonies of #69BEBA
Complementary color
Monochromatic Colors of #69BEBA
Black with #69BEBA
Text Example
Text Example
White with #69BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BEBA; }
p { color: rgb(105,190,186); }
H1.HeaderClassName
{
color: #69BEBA;
}
.AnyTagClassName
{
color: #69BEBA;
}
</style>
background-color css
<style>
a { background-color: #69BEBA; }
a { background-color: rgb(105,190,186); }
div.DivClassName
{
background-color: #69BEBA;
}
.BgClassName
{
background-color: #69BEBA;
}
</style>
border-color css
<style>
span { border-color: #69BEBA; }
span { border-color: rgb(105,190,186); }
td.TdClassName
{
border-color: #69BEBA;
}
.TagClassName
{
border-color: #69BEBA;
}
</style>