Shades of Fountain Blue #65BBBC
Tints of Fountain Blue #65BBBC
RGB
CMYK
RGB Variations
Color information
#65BBBC (or 0x65BBBC) is known color: Fountain Blue. HEX triplet: 65, BB and BC. RGB value is (101,187,188). Sum of RGB (Red+Green+Blue) = 101+187+188=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #65BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBBC is #9A4443. Grayscale: #A1A1A1. Windows color (decimal): -10110020 or 12368741. OLE color: 12368741.
HSL color Cylindrical-coordinate representation of color #65BBBC: hue angle of 180.69º 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 #65BBBC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 187 | 188 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.26 |
| HSL | 180.69º | 0.39% | 0.57% | - |
| HSV(B) | 180.69º | 0.46% | 0.74% | - |
| XYZ | 32.21 | 41.94 | 53.97 | - |
| YUV | 161.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 188 | 0.46 | 0.01 | 0 | 0.26 | 180.69 | 0.39 | 0.57 |
| Hex | 65 | BB | BC | 2E | 1 | 0 | 1A | B5 | 27 | 39 |
| Octal | 145 | 273 | 274 | 56 | 1 | 0 | 32 | 265 | 47 | 71 |
| Binary | 1100101 | 10111011 | 10111100 | 101110 | 1 | 0 | 11010 | 10110101 | 100111 | 111001 |
Color Harmonies of #65BBBC
Complementary color
Monochromatic Colors of #65BBBC
Black with #65BBBC
Text Example
Text Example
White with #65BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BBBC; }
p { color: rgb(101,187,188); }
H1.HeaderClassName
{
color: #65BBBC;
}
.AnyTagClassName
{
color: #65BBBC;
}
</style>
background-color css
<style>
a { background-color: #65BBBC; }
a { background-color: rgb(101,187,188); }
div.DivClassName
{
background-color: #65BBBC;
}
.BgClassName
{
background-color: #65BBBC;
}
</style>
border-color css
<style>
span { border-color: #65BBBC; }
span { border-color: rgb(101,187,188); }
td.TdClassName
{
border-color: #65BBBC;
}
.TagClassName
{
border-color: #65BBBC;
}
</style>