Shades of Fountain Blue #65A6AB
Tints of Fountain Blue #65A6AB
RGB
CMYK
RGB Variations
Color information
#65A6AB (or 0x65A6AB) is known color: Fountain Blue. HEX triplet: 65, A6 and AB. RGB value is (101,166,171). Sum of RGB (Red+Green+Blue) = 101+166+171=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #65A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A6AB is #9A5954. Grayscale: #939393. Windows color (decimal): -10115413 or 11249253. OLE color: 11249253.
HSL color Cylindrical-coordinate representation of color #65A6AB: hue angle of 184.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65A6AB is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 166 | 171 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.33 |
| HSL | 184.29º | 0.29% | 0.53% | - |
| HSV(B) | 184.29º | 0.41% | 0.67% | - |
| XYZ | 26.35 | 32.98 | 43.5 | - |
| YUV | 147.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 171 | 0.41 | 0.03 | 0 | 0.33 | 184.29 | 0.29 | 0.53 |
| Hex | 65 | A6 | AB | 29 | 3 | 0 | 21 | B8 | 1D | 35 |
| Octal | 145 | 246 | 253 | 51 | 3 | 0 | 41 | 270 | 35 | 65 |
| Binary | 1100101 | 10100110 | 10101011 | 101001 | 11 | 0 | 100001 | 10111000 | 11101 | 110101 |
Color Harmonies of #65A6AB
Complementary color
Monochromatic Colors of #65A6AB
Black with #65A6AB
Text Example
Text Example
White with #65A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A6AB; }
p { color: rgb(101,166,171); }
H1.HeaderClassName
{
color: #65A6AB;
}
.AnyTagClassName
{
color: #65A6AB;
}
</style>
background-color css
<style>
a { background-color: #65A6AB; }
a { background-color: rgb(101,166,171); }
div.DivClassName
{
background-color: #65A6AB;
}
.BgClassName
{
background-color: #65A6AB;
}
</style>
border-color css
<style>
span { border-color: #65A6AB; }
span { border-color: rgb(101,166,171); }
td.TdClassName
{
border-color: #65A6AB;
}
.TagClassName
{
border-color: #65A6AB;
}
</style>