Shades of Fountain Blue #65A6AD
Tints of Fountain Blue #65A6AD
RGB
CMYK
RGB Variations
Color information
#65A6AD (or 0x65A6AD) is known color: Fountain Blue. HEX triplet: 65, A6 and AD. RGB value is (101,166,173). Sum of RGB (Red+Green+Blue) = 101+166+173=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #65A6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A6AD is #9A5952. Grayscale: #939393. Windows color (decimal): -10115411 or 11380325. OLE color: 11380325.
HSL color Cylindrical-coordinate representation of color #65A6AD: hue angle of 185.83º 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 #65A6AD is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 166 | 173 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.32 |
| HSL | 185.83º | 0.31% | 0.54% | - |
| HSV(B) | 185.83º | 0.42% | 0.68% | - |
| XYZ | 26.55 | 33.06 | 44.52 | - |
| YUV | 147.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 173 | 0.42 | 0.04 | 0 | 0.32 | 185.83 | 0.31 | 0.54 |
| Hex | 65 | A6 | AD | 2A | 4 | 0 | 20 | BA | 1F | 36 |
| Octal | 145 | 246 | 255 | 52 | 4 | 0 | 40 | 272 | 37 | 66 |
| Binary | 1100101 | 10100110 | 10101101 | 101010 | 100 | 0 | 100000 | 10111010 | 11111 | 110110 |
Color Harmonies of #65A6AD
Complementary color
Monochromatic Colors of #65A6AD
Black with #65A6AD
Text Example
Text Example
White with #65A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A6AD; }
p { color: rgb(101,166,173); }
H1.HeaderClassName
{
color: #65A6AD;
}
.AnyTagClassName
{
color: #65A6AD;
}
</style>
background-color css
<style>
a { background-color: #65A6AD; }
a { background-color: rgb(101,166,173); }
div.DivClassName
{
background-color: #65A6AD;
}
.BgClassName
{
background-color: #65A6AD;
}
</style>
border-color css
<style>
span { border-color: #65A6AD; }
span { border-color: rgb(101,166,173); }
td.TdClassName
{
border-color: #65A6AD;
}
.TagClassName
{
border-color: #65A6AD;
}
</style>