Shades of Fountain Blue #65A7AE
Tints of Fountain Blue #65A7AE
RGB
CMYK
RGB Variations
Color information
#65A7AE (or 0x65A7AE) is known color: Fountain Blue. HEX triplet: 65, A7 and AE. RGB value is (101,167,174). Sum of RGB (Red+Green+Blue) = 101+167+174=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #65A7AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A7AE is #9A5851. Grayscale: #939393. Windows color (decimal): -10115154 or 11446117. OLE color: 11446117.
HSL color Cylindrical-coordinate representation of color #65A7AE: hue angle of 185.75º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65A7AE is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 167 | 174 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.32 |
| HSL | 185.75º | 0.31% | 0.54% | - |
| HSV(B) | 185.75º | 0.42% | 0.68% | - |
| XYZ | 26.83 | 33.46 | 45.09 | - |
| YUV | 148.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 174 | 0.42 | 0.04 | 0 | 0.32 | 185.75 | 0.31 | 0.54 |
| Hex | 65 | A7 | AE | 2A | 4 | 0 | 20 | BA | 1F | 36 |
| Octal | 145 | 247 | 256 | 52 | 4 | 0 | 40 | 272 | 37 | 66 |
| Binary | 1100101 | 10100111 | 10101110 | 101010 | 100 | 0 | 100000 | 10111010 | 11111 | 110110 |
Color Harmonies of #65A7AE
Complementary color
Monochromatic Colors of #65A7AE
Black with #65A7AE
Text Example
Text Example
White with #65A7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A7AE; }
p { color: rgb(101,167,174); }
H1.HeaderClassName
{
color: #65A7AE;
}
.AnyTagClassName
{
color: #65A7AE;
}
</style>
background-color css
<style>
a { background-color: #65A7AE; }
a { background-color: rgb(101,167,174); }
div.DivClassName
{
background-color: #65A7AE;
}
.BgClassName
{
background-color: #65A7AE;
}
</style>
border-color css
<style>
span { border-color: #65A7AE; }
span { border-color: rgb(101,167,174); }
td.TdClassName
{
border-color: #65A7AE;
}
.TagClassName
{
border-color: #65A7AE;
}
</style>