Shades of Fountain Blue #65A1AD
Tints of Fountain Blue #65A1AD
RGB
CMYK
RGB Variations
Color information
#65A1AD (or 0x65A1AD) is known color: Fountain Blue. HEX triplet: 65, A1 and AD. RGB value is (101,161,173). Sum of RGB (Red+Green+Blue) = 101+161+173=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #65A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A1AD is #9A5E52. Grayscale: #909090. Windows color (decimal): -10116691 or 11379045. OLE color: 11379045.
HSL color Cylindrical-coordinate representation of color #65A1AD: hue angle of 190º 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 #65A1AD is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 161 | 173 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.32 |
| HSL | 190º | 0.31% | 0.54% | - |
| HSV(B) | 190º | 0.42% | 0.68% | - |
| XYZ | 25.65 | 31.27 | 44.22 | - |
| YUV | 144.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 173 | 0.42 | 0.07 | 0 | 0.32 | 190 | 0.31 | 0.54 |
| Hex | 65 | A1 | AD | 2A | 7 | 0 | 20 | BE | 1F | 36 |
| Octal | 145 | 241 | 255 | 52 | 7 | 0 | 40 | 276 | 37 | 66 |
| Binary | 1100101 | 10100001 | 10101101 | 101010 | 111 | 0 | 100000 | 10111110 | 11111 | 110110 |
Color Harmonies of #65A1AD
Complementary color
Monochromatic Colors of #65A1AD
Black with #65A1AD
Text Example
Text Example
White with #65A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A1AD; }
p { color: rgb(101,161,173); }
H1.HeaderClassName
{
color: #65A1AD;
}
.AnyTagClassName
{
color: #65A1AD;
}
</style>
background-color css
<style>
a { background-color: #65A1AD; }
a { background-color: rgb(101,161,173); }
div.DivClassName
{
background-color: #65A1AD;
}
.BgClassName
{
background-color: #65A1AD;
}
</style>
border-color css
<style>
span { border-color: #65A1AD; }
span { border-color: rgb(101,161,173); }
td.TdClassName
{
border-color: #65A1AD;
}
.TagClassName
{
border-color: #65A1AD;
}
</style>