Shades of Fountain Blue #68ABAC
Tints of Fountain Blue #68ABAC
RGB
CMYK
RGB Variations
Color information
#68ABAC (or 0x68ABAC) is known color: Fountain Blue. HEX triplet: 68, AB and AC. RGB value is (104,171,172). Sum of RGB (Red+Green+Blue) = 104+171+172=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #68ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ABAC is #975453. Grayscale: #979797. Windows color (decimal): -9917524 or 11316072. OLE color: 11316072.
HSL color Cylindrical-coordinate representation of color #68ABAC: hue angle of 180.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68ABAC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 172 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.33 |
| HSL | 180.88º | 0.29% | 0.54% | - |
| HSV(B) | 180.88º | 0.4% | 0.67% | - |
| XYZ | 27.72 | 35.05 | 44.33 | - |
| YUV | 151.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 172 | 0.40 | 0.01 | 0 | 0.33 | 180.88 | 0.29 | 0.54 |
| Hex | 68 | AB | AC | 28 | 1 | 0 | 21 | B5 | 1D | 36 |
| Octal | 150 | 253 | 254 | 50 | 1 | 0 | 41 | 265 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10101100 | 101000 | 1 | 0 | 100001 | 10110101 | 11101 | 110110 |
Color Harmonies of #68ABAC
Complementary color
Monochromatic Colors of #68ABAC
Black with #68ABAC
Text Example
Text Example
White with #68ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABAC; }
p { color: rgb(104,171,172); }
H1.HeaderClassName
{
color: #68ABAC;
}
.AnyTagClassName
{
color: #68ABAC;
}
</style>
background-color css
<style>
a { background-color: #68ABAC; }
a { background-color: rgb(104,171,172); }
div.DivClassName
{
background-color: #68ABAC;
}
.BgClassName
{
background-color: #68ABAC;
}
</style>
border-color css
<style>
span { border-color: #68ABAC; }
span { border-color: rgb(104,171,172); }
td.TdClassName
{
border-color: #68ABAC;
}
.TagClassName
{
border-color: #68ABAC;
}
</style>