Shades of Fountain Blue #65BBBD
Tints of Fountain Blue #65BBBD
RGB
CMYK
RGB Variations
Color information
#65BBBD (or 0x65BBBD) is known color: Fountain Blue. HEX triplet: 65, BB and BD. RGB value is (101,187,189). Sum of RGB (Red+Green+Blue) = 101+187+189=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #65BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBBD is #9A4442. Grayscale: #A1A1A1. Windows color (decimal): -10110019 or 12434277. OLE color: 12434277.
HSL color Cylindrical-coordinate representation of color #65BBBD: hue angle of 181.36º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BBBD is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 187 | 189 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.26 |
| HSL | 181.36º | 0.4% | 0.57% | - |
| HSV(B) | 181.36º | 0.47% | 0.74% | - |
| XYZ | 32.32 | 41.98 | 54.54 | - |
| YUV | 161.51 | 143.51 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 189 | 0.47 | 0.01 | 0 | 0.26 | 181.36 | 0.4 | 0.57 |
| Hex | 65 | BB | BD | 2F | 1 | 0 | 1A | B5 | 28 | 39 |
| Octal | 145 | 273 | 275 | 57 | 1 | 0 | 32 | 265 | 50 | 71 |
| Binary | 1100101 | 10111011 | 10111101 | 101111 | 1 | 0 | 11010 | 10110101 | 101000 | 111001 |
Color Harmonies of #65BBBD
Complementary color
Monochromatic Colors of #65BBBD
Black with #65BBBD
Text Example
Text Example
White with #65BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BBBD; }
p { color: rgb(101,187,189); }
H1.HeaderClassName
{
color: #65BBBD;
}
.AnyTagClassName
{
color: #65BBBD;
}
</style>
background-color css
<style>
a { background-color: #65BBBD; }
a { background-color: rgb(101,187,189); }
div.DivClassName
{
background-color: #65BBBD;
}
.BgClassName
{
background-color: #65BBBD;
}
</style>
border-color css
<style>
span { border-color: #65BBBD; }
span { border-color: rgb(101,187,189); }
td.TdClassName
{
border-color: #65BBBD;
}
.TagClassName
{
border-color: #65BBBD;
}
</style>