Shades of Fountain Blue #65ABAC
Tints of Fountain Blue #65ABAC
RGB
CMYK
RGB Variations
Color information
#65ABAC (or 0x65ABAC) is known color: Fountain Blue. HEX triplet: 65, AB and AC. RGB value is (101,171,172). Sum of RGB (Red+Green+Blue) = 101+171+172=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #65ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABAC is #9A5453. Grayscale: #969696. Windows color (decimal): -10114132 or 11316069. OLE color: 11316069.
HSL color Cylindrical-coordinate representation of color #65ABAC: hue angle of 180.85º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65ABAC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 172 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.33 |
| HSL | 180.85º | 0.3% | 0.54% | - |
| HSV(B) | 180.85º | 0.41% | 0.67% | - |
| XYZ | 27.38 | 34.87 | 44.32 | - |
| YUV | 150.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 172 | 0.41 | 0.01 | 0 | 0.33 | 180.85 | 0.3 | 0.54 |
| Hex | 65 | AB | AC | 29 | 1 | 0 | 21 | B5 | 1E | 36 |
| Octal | 145 | 253 | 254 | 51 | 1 | 0 | 41 | 265 | 36 | 66 |
| Binary | 1100101 | 10101011 | 10101100 | 101001 | 1 | 0 | 100001 | 10110101 | 11110 | 110110 |
Color Harmonies of #65ABAC
Complementary color
Monochromatic Colors of #65ABAC
Black with #65ABAC
Text Example
Text Example
White with #65ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABAC; }
p { color: rgb(101,171,172); }
H1.HeaderClassName
{
color: #65ABAC;
}
.AnyTagClassName
{
color: #65ABAC;
}
</style>
background-color css
<style>
a { background-color: #65ABAC; }
a { background-color: rgb(101,171,172); }
div.DivClassName
{
background-color: #65ABAC;
}
.BgClassName
{
background-color: #65ABAC;
}
</style>
border-color css
<style>
span { border-color: #65ABAC; }
span { border-color: rgb(101,171,172); }
td.TdClassName
{
border-color: #65ABAC;
}
.TagClassName
{
border-color: #65ABAC;
}
</style>