Shades of Fountain Blue #65ABBA
Tints of Fountain Blue #65ABBA
RGB
CMYK
RGB Variations
Color information
#65ABBA (or 0x65ABBA) is known color: Fountain Blue. HEX triplet: 65, AB and BA. RGB value is (101,171,186). Sum of RGB (Red+Green+Blue) = 101+171+186=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #65ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABBA is #9A5445. Grayscale: #979797. Windows color (decimal): -10114118 or 12233573. OLE color: 12233573.
HSL color Cylindrical-coordinate representation of color #65ABBA: hue angle of 190.59º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65ABBA is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 171 | 186 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.27 |
| HSL | 190.59º | 0.38% | 0.56% | - |
| HSV(B) | 190.59º | 0.46% | 0.73% | - |
| XYZ | 28.79 | 35.44 | 51.78 | - |
| YUV | 151.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 186 | 0.46 | 0.08 | 0 | 0.27 | 190.59 | 0.38 | 0.56 |
| Hex | 65 | AB | BA | 2E | 8 | 0 | 1B | BF | 26 | 38 |
| Octal | 145 | 253 | 272 | 56 | 10 | 0 | 33 | 277 | 46 | 70 |
| Binary | 1100101 | 10101011 | 10111010 | 101110 | 1000 | 0 | 11011 | 10111111 | 100110 | 111000 |
Color Harmonies of #65ABBA
Complementary color
Monochromatic Colors of #65ABBA
Black with #65ABBA
Text Example
Text Example
White with #65ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABBA; }
p { color: rgb(101,171,186); }
H1.HeaderClassName
{
color: #65ABBA;
}
.AnyTagClassName
{
color: #65ABBA;
}
</style>
background-color css
<style>
a { background-color: #65ABBA; }
a { background-color: rgb(101,171,186); }
div.DivClassName
{
background-color: #65ABBA;
}
.BgClassName
{
background-color: #65ABBA;
}
</style>
border-color css
<style>
span { border-color: #65ABBA; }
span { border-color: rgb(101,171,186); }
td.TdClassName
{
border-color: #65ABBA;
}
.TagClassName
{
border-color: #65ABBA;
}
</style>