Shades of Fountain Blue #65BCBB
Tints of Fountain Blue #65BCBB
RGB
CMYK
RGB Variations
Color information
#65BCBB (or 0x65BCBB) is known color: Fountain Blue. HEX triplet: 65, BC and BB. RGB value is (101,188,187). Sum of RGB (Red+Green+Blue) = 101+188+187=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCBB is #9A4344. Grayscale: #A1A1A1. Windows color (decimal): -10109765 or 12303461. OLE color: 12303461.
HSL color Cylindrical-coordinate representation of color #65BCBB: hue angle of 179.31º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BCBB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 187 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.26 |
| HSL | 179.31º | 0.39% | 0.57% | - |
| HSV(B) | 179.31º | 0.46% | 0.74% | - |
| XYZ | 32.32 | 42.32 | 53.48 | - |
| YUV | 161.87 | 142.18 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 187 | 0.46 | 0 | 0.01 | 0.26 | 179.31 | 0.39 | 0.57 |
| Hex | 65 | BC | BB | 2E | 0 | 1 | 1A | B3 | 27 | 39 |
| Octal | 145 | 274 | 273 | 56 | 0 | 1 | 32 | 263 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10111011 | 101110 | 0 | 1 | 11010 | 10110011 | 100111 | 111001 |
Color Harmonies of #65BCBB
Complementary color
Monochromatic Colors of #65BCBB
Black with #65BCBB
Text Example
Text Example
White with #65BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCBB; }
p { color: rgb(101,188,187); }
H1.HeaderClassName
{
color: #65BCBB;
}
.AnyTagClassName
{
color: #65BCBB;
}
</style>
background-color css
<style>
a { background-color: #65BCBB; }
a { background-color: rgb(101,188,187); }
div.DivClassName
{
background-color: #65BCBB;
}
.BgClassName
{
background-color: #65BCBB;
}
</style>
border-color css
<style>
span { border-color: #65BCBB; }
span { border-color: rgb(101,188,187); }
td.TdClassName
{
border-color: #65BCBB;
}
.TagClassName
{
border-color: #65BCBB;
}
</style>