Shades of Fountain Blue #65BDB5
Tints of Fountain Blue #65BDB5
RGB
CMYK
RGB Variations
Color information
#65BDB5 (or 0x65BDB5) is known color: Fountain Blue. HEX triplet: 65, BD and B5. RGB value is (101,189,181). Sum of RGB (Red+Green+Blue) = 101+189+181=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #65BDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDB5 is #9A424A. Grayscale: #A1A1A1. Windows color (decimal): -10109515 or 11910501. OLE color: 11910501.
HSL color Cylindrical-coordinate representation of color #65BDB5: hue angle of 174.55º 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 #65BDB5 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 181 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.26 |
| HSL | 174.55º | 0.4% | 0.57% | - |
| HSV(B) | 174.55º | 0.47% | 0.74% | - |
| XYZ | 31.9 | 42.5 | 50.24 | - |
| YUV | 161.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 181 | 0.47 | 0 | 0.04 | 0.26 | 174.55 | 0.4 | 0.57 |
| Hex | 65 | BD | B5 | 2F | 0 | 4 | 1A | AF | 28 | 39 |
| Octal | 145 | 275 | 265 | 57 | 0 | 4 | 32 | 257 | 50 | 71 |
| Binary | 1100101 | 10111101 | 10110101 | 101111 | 0 | 100 | 11010 | 10101111 | 101000 | 111001 |
Color Harmonies of #65BDB5
Complementary color
Monochromatic Colors of #65BDB5
Black with #65BDB5
Text Example
Text Example
White with #65BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDB5; }
p { color: rgb(101,189,181); }
H1.HeaderClassName
{
color: #65BDB5;
}
.AnyTagClassName
{
color: #65BDB5;
}
</style>
background-color css
<style>
a { background-color: #65BDB5; }
a { background-color: rgb(101,189,181); }
div.DivClassName
{
background-color: #65BDB5;
}
.BgClassName
{
background-color: #65BDB5;
}
</style>
border-color css
<style>
span { border-color: #65BDB5; }
span { border-color: rgb(101,189,181); }
td.TdClassName
{
border-color: #65BDB5;
}
.TagClassName
{
border-color: #65BDB5;
}
</style>