Shades of Fountain Blue #65A2AF
Tints of Fountain Blue #65A2AF
RGB
CMYK
RGB Variations
Color information
#65A2AF (or 0x65A2AF) is known color: Fountain Blue. HEX triplet: 65, A2 and AF. RGB value is (101,162,175). Sum of RGB (Red+Green+Blue) = 101+162+175=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #65A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A2AF is #9A5D50. Grayscale: #919191. Windows color (decimal): -10116433 or 11510373. OLE color: 11510373.
HSL color Cylindrical-coordinate representation of color #65A2AF: hue angle of 190.54º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65A2AF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 162 | 175 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.31 |
| HSL | 190.54º | 0.32% | 0.54% | - |
| HSV(B) | 190.54º | 0.42% | 0.69% | - |
| XYZ | 26.03 | 31.7 | 45.3 | - |
| YUV | 145.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 175 | 0.42 | 0.07 | 0 | 0.31 | 190.54 | 0.32 | 0.54 |
| Hex | 65 | A2 | AF | 2A | 7 | 0 | 1F | BF | 20 | 36 |
| Octal | 145 | 242 | 257 | 52 | 7 | 0 | 37 | 277 | 40 | 66 |
| Binary | 1100101 | 10100010 | 10101111 | 101010 | 111 | 0 | 11111 | 10111111 | 100000 | 110110 |
Color Harmonies of #65A2AF
Complementary color
Monochromatic Colors of #65A2AF
Black with #65A2AF
Text Example
Text Example
White with #65A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A2AF; }
p { color: rgb(101,162,175); }
H1.HeaderClassName
{
color: #65A2AF;
}
.AnyTagClassName
{
color: #65A2AF;
}
</style>
background-color css
<style>
a { background-color: #65A2AF; }
a { background-color: rgb(101,162,175); }
div.DivClassName
{
background-color: #65A2AF;
}
.BgClassName
{
background-color: #65A2AF;
}
</style>
border-color css
<style>
span { border-color: #65A2AF; }
span { border-color: rgb(101,162,175); }
td.TdClassName
{
border-color: #65A2AF;
}
.TagClassName
{
border-color: #65A2AF;
}
</style>