Shades of Fountain Blue #69ACB2
Tints of Fountain Blue #69ACB2
RGB
CMYK
RGB Variations
Color information
#69ACB2 (or 0x69ACB2) is known color: Fountain Blue. HEX triplet: 69, AC and B2. RGB value is (105,172,178). Sum of RGB (Red+Green+Blue) = 105+172+178=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 178 - color contains mainly: blue. Hex color #69ACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ACB2 is #96534D. Grayscale: #989898. Windows color (decimal): -9851726 or 11709545. OLE color: 11709545.
HSL color Cylindrical-coordinate representation of color #69ACB2: hue angle of 184.93º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69ACB2 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 172 | 178 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.30 |
| HSL | 184.93º | 0.32% | 0.55% | - |
| HSV(B) | 184.93º | 0.41% | 0.7% | - |
| XYZ | 28.61 | 35.72 | 47.51 | - |
| YUV | 152.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 178 | 0.41 | 0.03 | 0 | 0.30 | 184.93 | 0.32 | 0.55 |
| Hex | 69 | AC | B2 | 29 | 3 | 0 | 1E | B9 | 20 | 37 |
| Octal | 151 | 254 | 262 | 51 | 3 | 0 | 36 | 271 | 40 | 67 |
| Binary | 1101001 | 10101100 | 10110010 | 101001 | 11 | 0 | 11110 | 10111001 | 100000 | 110111 |
Color Harmonies of #69ACB2
Complementary color
Monochromatic Colors of #69ACB2
Black with #69ACB2
Text Example
Text Example
White with #69ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACB2; }
p { color: rgb(105,172,178); }
H1.HeaderClassName
{
color: #69ACB2;
}
.AnyTagClassName
{
color: #69ACB2;
}
</style>
background-color css
<style>
a { background-color: #69ACB2; }
a { background-color: rgb(105,172,178); }
div.DivClassName
{
background-color: #69ACB2;
}
.BgClassName
{
background-color: #69ACB2;
}
</style>
border-color css
<style>
span { border-color: #69ACB2; }
span { border-color: rgb(105,172,178); }
td.TdClassName
{
border-color: #69ACB2;
}
.TagClassName
{
border-color: #69ACB2;
}
</style>