Shades of Fountain Blue #65A9AB
Tints of Fountain Blue #65A9AB
RGB
CMYK
RGB Variations
Color information
#65A9AB (or 0x65A9AB) is known color: Fountain Blue. HEX triplet: 65, A9 and AB. RGB value is (101,169,171). Sum of RGB (Red+Green+Blue) = 101+169+171=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #65A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A9AB is #9A5654. Grayscale: #949494. Windows color (decimal): -10114645 or 11250021. OLE color: 11250021.
HSL color Cylindrical-coordinate representation of color #65A9AB: hue angle of 181.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65A9AB is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 169 | 171 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.33 |
| HSL | 181.71º | 0.29% | 0.53% | - |
| HSV(B) | 181.71º | 0.41% | 0.67% | - |
| XYZ | 26.91 | 34.08 | 43.69 | - |
| YUV | 148.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 169 | 171 | 0.41 | 0.01 | 0 | 0.33 | 181.71 | 0.29 | 0.53 |
| Hex | 65 | A9 | AB | 29 | 1 | 0 | 21 | B6 | 1D | 35 |
| Octal | 145 | 251 | 253 | 51 | 1 | 0 | 41 | 266 | 35 | 65 |
| Binary | 1100101 | 10101001 | 10101011 | 101001 | 1 | 0 | 100001 | 10110110 | 11101 | 110101 |
Color Harmonies of #65A9AB
Complementary color
Monochromatic Colors of #65A9AB
Black with #65A9AB
Text Example
Text Example
White with #65A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A9AB; }
p { color: rgb(101,169,171); }
H1.HeaderClassName
{
color: #65A9AB;
}
.AnyTagClassName
{
color: #65A9AB;
}
</style>
background-color css
<style>
a { background-color: #65A9AB; }
a { background-color: rgb(101,169,171); }
div.DivClassName
{
background-color: #65A9AB;
}
.BgClassName
{
background-color: #65A9AB;
}
</style>
border-color css
<style>
span { border-color: #65A9AB; }
span { border-color: rgb(101,169,171); }
td.TdClassName
{
border-color: #65A9AB;
}
.TagClassName
{
border-color: #65A9AB;
}
</style>