Shades of Fountain Blue #65BDBB
Tints of Fountain Blue #65BDBB
RGB
CMYK
RGB Variations
Color information
#65BDBB (or 0x65BDBB) is known color: Fountain Blue. HEX triplet: 65, BD and BB. RGB value is (101,189,187). Sum of RGB (Red+Green+Blue) = 101+189+187=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #65BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDBB is #9A4244. Grayscale: #A2A2A2. Windows color (decimal): -10109509 or 12303717. OLE color: 12303717.
HSL color Cylindrical-coordinate representation of color #65BDBB: hue angle of 178.64º 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 #65BDBB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 187 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.26 |
| HSL | 178.64º | 0.4% | 0.57% | - |
| HSV(B) | 178.64º | 0.47% | 0.74% | - |
| XYZ | 32.53 | 42.75 | 53.55 | - |
| YUV | 162.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 187 | 0.47 | 0 | 0.01 | 0.26 | 178.64 | 0.4 | 0.57 |
| Hex | 65 | BD | BB | 2F | 0 | 1 | 1A | B3 | 28 | 39 |
| Octal | 145 | 275 | 273 | 57 | 0 | 1 | 32 | 263 | 50 | 71 |
| Binary | 1100101 | 10111101 | 10111011 | 101111 | 0 | 1 | 11010 | 10110011 | 101000 | 111001 |
Color Harmonies of #65BDBB
Complementary color
Monochromatic Colors of #65BDBB
Black with #65BDBB
Text Example
Text Example
White with #65BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDBB; }
p { color: rgb(101,189,187); }
H1.HeaderClassName
{
color: #65BDBB;
}
.AnyTagClassName
{
color: #65BDBB;
}
</style>
background-color css
<style>
a { background-color: #65BDBB; }
a { background-color: rgb(101,189,187); }
div.DivClassName
{
background-color: #65BDBB;
}
.BgClassName
{
background-color: #65BDBB;
}
</style>
border-color css
<style>
span { border-color: #65BDBB; }
span { border-color: rgb(101,189,187); }
td.TdClassName
{
border-color: #65BDBB;
}
.TagClassName
{
border-color: #65BDBB;
}
</style>