Shades of Fountain Blue #65BDBE
Tints of Fountain Blue #65BDBE
RGB
CMYK
RGB Variations
Color information
#65BDBE (or 0x65BDBE) is known color: Fountain Blue. HEX triplet: 65, BD and BE. RGB value is (101,189,190). Sum of RGB (Red+Green+Blue) = 101+189+190=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #65BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDBE is #9A4241. Grayscale: #A2A2A2. Windows color (decimal): -10109506 or 12500325. OLE color: 12500325.
HSL color Cylindrical-coordinate representation of color #65BDBE: hue angle of 180.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BDBE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 189 | 190 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.25 |
| HSL | 180.67º | 0.41% | 0.57% | - |
| HSV(B) | 180.67º | 0.47% | 0.75% | - |
| XYZ | 32.86 | 42.88 | 55.26 | - |
| YUV | 162.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 190 | 0.47 | 0.01 | 0 | 0.25 | 180.67 | 0.41 | 0.57 |
| Hex | 65 | BD | BE | 2F | 1 | 0 | 19 | B5 | 29 | 39 |
| Octal | 145 | 275 | 276 | 57 | 1 | 0 | 31 | 265 | 51 | 71 |
| Binary | 1100101 | 10111101 | 10111110 | 101111 | 1 | 0 | 11001 | 10110101 | 101001 | 111001 |
Color Harmonies of #65BDBE
Complementary color
Monochromatic Colors of #65BDBE
Black with #65BDBE
Text Example
Text Example
White with #65BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDBE; }
p { color: rgb(101,189,190); }
H1.HeaderClassName
{
color: #65BDBE;
}
.AnyTagClassName
{
color: #65BDBE;
}
</style>
background-color css
<style>
a { background-color: #65BDBE; }
a { background-color: rgb(101,189,190); }
div.DivClassName
{
background-color: #65BDBE;
}
.BgClassName
{
background-color: #65BDBE;
}
</style>
border-color css
<style>
span { border-color: #65BDBE; }
span { border-color: rgb(101,189,190); }
td.TdClassName
{
border-color: #65BDBE;
}
.TagClassName
{
border-color: #65BDBE;
}
</style>