Shades of Fountain Blue #69B9BC
Tints of Fountain Blue #69B9BC
RGB
CMYK
RGB Variations
Color information
#69B9BC (or 0x69B9BC) is known color: Fountain Blue. HEX triplet: 69, B9 and BC. RGB value is (105,185,188). Sum of RGB (Red+Green+Blue) = 105+185+188=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #69B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B9BC is #964643. Grayscale: #A1A1A1. Windows color (decimal): -9848388 or 12368233. OLE color: 12368233.
HSL color Cylindrical-coordinate representation of color #69B9BC: hue angle of 182.17º 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 #69B9BC is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 185 | 188 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.26 |
| HSL | 182.17º | 0.38% | 0.57% | - |
| HSV(B) | 182.17º | 0.44% | 0.74% | - |
| XYZ | 32.25 | 41.33 | 53.85 | - |
| YUV | 161.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 185 | 188 | 0.44 | 0.02 | 0 | 0.26 | 182.17 | 0.38 | 0.57 |
| Hex | 69 | B9 | BC | 2C | 2 | 0 | 1A | B6 | 26 | 39 |
| Octal | 151 | 271 | 274 | 54 | 2 | 0 | 32 | 266 | 46 | 71 |
| Binary | 1101001 | 10111001 | 10111100 | 101100 | 10 | 0 | 11010 | 10110110 | 100110 | 111001 |
Color Harmonies of #69B9BC
Complementary color
Monochromatic Colors of #69B9BC
Black with #69B9BC
Text Example
Text Example
White with #69B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B9BC; }
p { color: rgb(105,185,188); }
H1.HeaderClassName
{
color: #69B9BC;
}
.AnyTagClassName
{
color: #69B9BC;
}
</style>
background-color css
<style>
a { background-color: #69B9BC; }
a { background-color: rgb(105,185,188); }
div.DivClassName
{
background-color: #69B9BC;
}
.BgClassName
{
background-color: #69B9BC;
}
</style>
border-color css
<style>
span { border-color: #69B9BC; }
span { border-color: rgb(105,185,188); }
td.TdClassName
{
border-color: #69B9BC;
}
.TagClassName
{
border-color: #69B9BC;
}
</style>