Shades of Fountain Blue #65A9AA
Tints of Fountain Blue #65A9AA
RGB
CMYK
RGB Variations
Color information
#65A9AA (or 0x65A9AA) is known color: Fountain Blue. HEX triplet: 65, A9 and AA. RGB value is (101,169,170). Sum of RGB (Red+Green+Blue) = 101+169+170=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #65A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A9AA is #9A5655. Grayscale: #949494. Windows color (decimal): -10114646 or 11184485. OLE color: 11184485.
HSL color Cylindrical-coordinate representation of color #65A9AA: hue angle of 180.87º 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 #65A9AA is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 169 | 170 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.33 |
| HSL | 180.87º | 0.29% | 0.53% | - |
| HSV(B) | 180.87º | 0.41% | 0.67% | - |
| XYZ | 26.81 | 34.04 | 43.19 | - |
| YUV | 148.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 169 | 170 | 0.41 | 0.01 | 0 | 0.33 | 180.87 | 0.29 | 0.53 |
| Hex | 65 | A9 | AA | 29 | 1 | 0 | 21 | B5 | 1D | 35 |
| Octal | 145 | 251 | 252 | 51 | 1 | 0 | 41 | 265 | 35 | 65 |
| Binary | 1100101 | 10101001 | 10101010 | 101001 | 1 | 0 | 100001 | 10110101 | 11101 | 110101 |
Color Harmonies of #65A9AA
Complementary color
Monochromatic Colors of #65A9AA
Black with #65A9AA
Text Example
Text Example
White with #65A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A9AA; }
p { color: rgb(101,169,170); }
H1.HeaderClassName
{
color: #65A9AA;
}
.AnyTagClassName
{
color: #65A9AA;
}
</style>
background-color css
<style>
a { background-color: #65A9AA; }
a { background-color: rgb(101,169,170); }
div.DivClassName
{
background-color: #65A9AA;
}
.BgClassName
{
background-color: #65A9AA;
}
</style>
border-color css
<style>
span { border-color: #65A9AA; }
span { border-color: rgb(101,169,170); }
td.TdClassName
{
border-color: #65A9AA;
}
.TagClassName
{
border-color: #65A9AA;
}
</style>