Shades of Fountain Blue #65AAB0
Tints of Fountain Blue #65AAB0
RGB
CMYK
RGB Variations
Color information
#65AAB0 (or 0x65AAB0) is known color: Fountain Blue. HEX triplet: 65, AA and B0. RGB value is (101,170,176). Sum of RGB (Red+Green+Blue) = 101+170+176=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #65AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AAB0 is #9A554F. Grayscale: #959595. Windows color (decimal): -10114384 or 11577957. OLE color: 11577957.
HSL color Cylindrical-coordinate representation of color #65AAB0: hue angle of 184.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65AAB0 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 170 | 176 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.31 |
| HSL | 184.8º | 0.32% | 0.54% | - |
| HSV(B) | 184.8º | 0.43% | 0.69% | - |
| XYZ | 27.58 | 34.65 | 46.31 | - |
| YUV | 150.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 176 | 0.43 | 0.03 | 0 | 0.31 | 184.8 | 0.32 | 0.54 |
| Hex | 65 | AA | B0 | 2B | 3 | 0 | 1F | B9 | 20 | 36 |
| Octal | 145 | 252 | 260 | 53 | 3 | 0 | 37 | 271 | 40 | 66 |
| Binary | 1100101 | 10101010 | 10110000 | 101011 | 11 | 0 | 11111 | 10111001 | 100000 | 110110 |
Color Harmonies of #65AAB0
Complementary color
Monochromatic Colors of #65AAB0
Black with #65AAB0
Text Example
Text Example
White with #65AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AAB0; }
p { color: rgb(101,170,176); }
H1.HeaderClassName
{
color: #65AAB0;
}
.AnyTagClassName
{
color: #65AAB0;
}
</style>
background-color css
<style>
a { background-color: #65AAB0; }
a { background-color: rgb(101,170,176); }
div.DivClassName
{
background-color: #65AAB0;
}
.BgClassName
{
background-color: #65AAB0;
}
</style>
border-color css
<style>
span { border-color: #65AAB0; }
span { border-color: rgb(101,170,176); }
td.TdClassName
{
border-color: #65AAB0;
}
.TagClassName
{
border-color: #65AAB0;
}
</style>