Shades of Fountain Blue #65B8BA
Tints of Fountain Blue #65B8BA
RGB
CMYK
RGB Variations
Color information
#65B8BA (or 0x65B8BA) is known color: Fountain Blue. HEX triplet: 65, B8 and BA. RGB value is (101,184,186). Sum of RGB (Red+Green+Blue) = 101+184+186=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #65B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B8BA is #9A4745. Grayscale: #9F9F9F. Windows color (decimal): -10110790 or 12236901. OLE color: 12236901.
HSL color Cylindrical-coordinate representation of color #65B8BA: hue angle of 181.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 #65B8BA is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 184 | 186 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.27 |
| HSL | 181.41º | 0.38% | 0.56% | - |
| HSV(B) | 181.41º | 0.46% | 0.73% | - |
| XYZ | 31.37 | 40.59 | 52.64 | - |
| YUV | 159.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 186 | 0.46 | 0.01 | 0 | 0.27 | 181.41 | 0.38 | 0.56 |
| Hex | 65 | B8 | BA | 2E | 1 | 0 | 1B | B5 | 26 | 38 |
| Octal | 145 | 270 | 272 | 56 | 1 | 0 | 33 | 265 | 46 | 70 |
| Binary | 1100101 | 10111000 | 10111010 | 101110 | 1 | 0 | 11011 | 10110101 | 100110 | 111000 |
Color Harmonies of #65B8BA
Complementary color
Monochromatic Colors of #65B8BA
Black with #65B8BA
Text Example
Text Example
White with #65B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8BA; }
p { color: rgb(101,184,186); }
H1.HeaderClassName
{
color: #65B8BA;
}
.AnyTagClassName
{
color: #65B8BA;
}
</style>
background-color css
<style>
a { background-color: #65B8BA; }
a { background-color: rgb(101,184,186); }
div.DivClassName
{
background-color: #65B8BA;
}
.BgClassName
{
background-color: #65B8BA;
}
</style>
border-color css
<style>
span { border-color: #65B8BA; }
span { border-color: rgb(101,184,186); }
td.TdClassName
{
border-color: #65B8BA;
}
.TagClassName
{
border-color: #65B8BA;
}
</style>