Shades of Fountain Blue #65BABA
Tints of Fountain Blue #65BABA
RGB
CMYK
RGB Variations
Color information
#65BABA (or 0x65BABA) is known color: Fountain Blue. HEX triplet: 65, BA and BA. RGB value is (101,186,186). Sum of RGB (Red+Green+Blue) = 101+186+186=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #65BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BABA is #9A4545. Grayscale: #A0A0A0. Windows color (decimal): -10110278 or 12237413. OLE color: 12237413.
HSL color Cylindrical-coordinate representation of color #65BABA: hue angle of 180º 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 #65BABA is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 186 | - |
| CMYK | 0.46 | 0 | 0 | 0.27 |
| HSL | 180º | 0.38% | 0.56% | - |
| HSV(B) | 180º | 0.46% | 0.73% | - |
| XYZ | 31.79 | 41.43 | 52.78 | - |
| YUV | 160.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 186 | 0.46 | 0 | 0 | 0.27 | 180 | 0.38 | 0.56 |
| Hex | 65 | BA | BA | 2E | 0 | 0 | 1B | B4 | 26 | 38 |
| Octal | 145 | 272 | 272 | 56 | 0 | 0 | 33 | 264 | 46 | 70 |
| Binary | 1100101 | 10111010 | 10111010 | 101110 | 0 | 0 | 11011 | 10110100 | 100110 | 111000 |
Color Harmonies of #65BABA
Complementary color
Monochromatic Colors of #65BABA
Black with #65BABA
Text Example
Text Example
White with #65BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BABA; }
p { color: rgb(101,186,186); }
H1.HeaderClassName
{
color: #65BABA;
}
.AnyTagClassName
{
color: #65BABA;
}
</style>
background-color css
<style>
a { background-color: #65BABA; }
a { background-color: rgb(101,186,186); }
div.DivClassName
{
background-color: #65BABA;
}
.BgClassName
{
background-color: #65BABA;
}
</style>
border-color css
<style>
span { border-color: #65BABA; }
span { border-color: rgb(101,186,186); }
td.TdClassName
{
border-color: #65BABA;
}
.TagClassName
{
border-color: #65BABA;
}
</style>