Shades of Fountain Blue #65A2AD
Tints of Fountain Blue #65A2AD
RGB
CMYK
RGB Variations
Color information
#65A2AD (or 0x65A2AD) is known color: Fountain Blue. HEX triplet: 65, A2 and AD. RGB value is (101,162,173). Sum of RGB (Red+Green+Blue) = 101+162+173=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #65A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A2AD is #9A5D52. Grayscale: #909090. Windows color (decimal): -10116435 or 11379301. OLE color: 11379301.
HSL color Cylindrical-coordinate representation of color #65A2AD: hue angle of 189.17º 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 #65A2AD is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 162 | 173 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.32 |
| HSL | 189.17º | 0.31% | 0.54% | - |
| HSV(B) | 189.17º | 0.42% | 0.68% | - |
| XYZ | 25.83 | 31.62 | 44.28 | - |
| YUV | 145.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 173 | 0.42 | 0.06 | 0 | 0.32 | 189.17 | 0.31 | 0.54 |
| Hex | 65 | A2 | AD | 2A | 6 | 0 | 20 | BD | 1F | 36 |
| Octal | 145 | 242 | 255 | 52 | 6 | 0 | 40 | 275 | 37 | 66 |
| Binary | 1100101 | 10100010 | 10101101 | 101010 | 110 | 0 | 100000 | 10111101 | 11111 | 110110 |
Color Harmonies of #65A2AD
Complementary color
Monochromatic Colors of #65A2AD
Black with #65A2AD
Text Example
Text Example
White with #65A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A2AD; }
p { color: rgb(101,162,173); }
H1.HeaderClassName
{
color: #65A2AD;
}
.AnyTagClassName
{
color: #65A2AD;
}
</style>
background-color css
<style>
a { background-color: #65A2AD; }
a { background-color: rgb(101,162,173); }
div.DivClassName
{
background-color: #65A2AD;
}
.BgClassName
{
background-color: #65A2AD;
}
</style>
border-color css
<style>
span { border-color: #65A2AD; }
span { border-color: rgb(101,162,173); }
td.TdClassName
{
border-color: #65A2AD;
}
.TagClassName
{
border-color: #65A2AD;
}
</style>