Shades of Fountain Blue #65A8AE
Tints of Fountain Blue #65A8AE
RGB
CMYK
RGB Variations
Color information
#65A8AE (or 0x65A8AE) is known color: Fountain Blue. HEX triplet: 65, A8 and AE. RGB value is (101,168,174). Sum of RGB (Red+Green+Blue) = 101+168+174=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #65A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A8AE is #9A5751. Grayscale: #949494. Windows color (decimal): -10114898 or 11446373. OLE color: 11446373.
HSL color Cylindrical-coordinate representation of color #65A8AE: hue angle of 184.93º 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 #65A8AE is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 168 | 174 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.32 |
| HSL | 184.93º | 0.31% | 0.54% | - |
| HSV(B) | 184.93º | 0.42% | 0.68% | - |
| XYZ | 27.01 | 33.83 | 45.15 | - |
| YUV | 148.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 174 | 0.42 | 0.03 | 0 | 0.32 | 184.93 | 0.31 | 0.54 |
| Hex | 65 | A8 | AE | 2A | 3 | 0 | 20 | B9 | 1F | 36 |
| Octal | 145 | 250 | 256 | 52 | 3 | 0 | 40 | 271 | 37 | 66 |
| Binary | 1100101 | 10101000 | 10101110 | 101010 | 11 | 0 | 100000 | 10111001 | 11111 | 110110 |
Color Harmonies of #65A8AE
Complementary color
Monochromatic Colors of #65A8AE
Black with #65A8AE
Text Example
Text Example
White with #65A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8AE; }
p { color: rgb(101,168,174); }
H1.HeaderClassName
{
color: #65A8AE;
}
.AnyTagClassName
{
color: #65A8AE;
}
</style>
background-color css
<style>
a { background-color: #65A8AE; }
a { background-color: rgb(101,168,174); }
div.DivClassName
{
background-color: #65A8AE;
}
.BgClassName
{
background-color: #65A8AE;
}
</style>
border-color css
<style>
span { border-color: #65A8AE; }
span { border-color: rgb(101,168,174); }
td.TdClassName
{
border-color: #65A8AE;
}
.TagClassName
{
border-color: #65A8AE;
}
</style>