Shades of Fountain Blue #65A7BA
Tints of Fountain Blue #65A7BA
RGB
CMYK
RGB Variations
Color information
#65A7BA (or 0x65A7BA) is known color: Fountain Blue. HEX triplet: 65, A7 and BA. RGB value is (101,167,186). Sum of RGB (Red+Green+Blue) = 101+167+186=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #65A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A7BA is #9A5845. Grayscale: #959595. Windows color (decimal): -10115142 or 12232549. OLE color: 12232549.
HSL color Cylindrical-coordinate representation of color #65A7BA: hue angle of 193.41º 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 #65A7BA is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 167 | 186 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.27 |
| HSL | 193.41º | 0.38% | 0.56% | - |
| HSV(B) | 193.41º | 0.46% | 0.73% | - |
| XYZ | 28.05 | 33.95 | 51.53 | - |
| YUV | 149.43 | 148.63 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 186 | 0.46 | 0.10 | 0 | 0.27 | 193.41 | 0.38 | 0.56 |
| Hex | 65 | A7 | BA | 2E | A | 0 | 1B | C1 | 26 | 38 |
| Octal | 145 | 247 | 272 | 56 | 12 | 0 | 33 | 301 | 46 | 70 |
| Binary | 1100101 | 10100111 | 10111010 | 101110 | 1010 | 0 | 11011 | 11000001 | 100110 | 111000 |
Color Harmonies of #65A7BA
Complementary color
Monochromatic Colors of #65A7BA
Black with #65A7BA
Text Example
Text Example
White with #65A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A7BA; }
p { color: rgb(101,167,186); }
H1.HeaderClassName
{
color: #65A7BA;
}
.AnyTagClassName
{
color: #65A7BA;
}
</style>
background-color css
<style>
a { background-color: #65A7BA; }
a { background-color: rgb(101,167,186); }
div.DivClassName
{
background-color: #65A7BA;
}
.BgClassName
{
background-color: #65A7BA;
}
</style>
border-color css
<style>
span { border-color: #65A7BA; }
span { border-color: rgb(101,167,186); }
td.TdClassName
{
border-color: #65A7BA;
}
.TagClassName
{
border-color: #65A7BA;
}
</style>