Shades of Fountain Blue #65B8C0
Tints of Fountain Blue #65B8C0
RGB
CMYK
RGB Variations
Color information
#65B8C0 (or 0x65B8C0) is known color: Fountain Blue. HEX triplet: 65, B8 and C0. RGB value is (101,184,192). Sum of RGB (Red+Green+Blue) = 101+184+192=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #65B8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B8C0 is #9A473F. Grayscale: #9F9F9F. Windows color (decimal): -10110784 or 12630117. OLE color: 12630117.
HSL color Cylindrical-coordinate representation of color #65B8C0: hue angle of 185.27º degrees, saturation: 0.42, 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 #65B8C0 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 184 | 192 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.25 |
| HSL | 185.27º | 0.42% | 0.57% | - |
| HSV(B) | 185.27º | 0.47% | 0.75% | - |
| XYZ | 32.02 | 40.85 | 56.07 | - |
| YUV | 160.1 | 146 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 192 | 0.47 | 0.04 | 0 | 0.25 | 185.27 | 0.42 | 0.57 |
| Hex | 65 | B8 | C0 | 2F | 4 | 0 | 19 | B9 | 2A | 39 |
| Octal | 145 | 270 | 300 | 57 | 4 | 0 | 31 | 271 | 52 | 71 |
| Binary | 1100101 | 10111000 | 11000000 | 101111 | 100 | 0 | 11001 | 10111001 | 101010 | 111001 |
Color Harmonies of #65B8C0
Complementary color
Monochromatic Colors of #65B8C0
Black with #65B8C0
Text Example
Text Example
White with #65B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8C0; }
p { color: rgb(101,184,192); }
H1.HeaderClassName
{
color: #65B8C0;
}
.AnyTagClassName
{
color: #65B8C0;
}
</style>
background-color css
<style>
a { background-color: #65B8C0; }
a { background-color: rgb(101,184,192); }
div.DivClassName
{
background-color: #65B8C0;
}
.BgClassName
{
background-color: #65B8C0;
}
</style>
border-color css
<style>
span { border-color: #65B8C0; }
span { border-color: rgb(101,184,192); }
td.TdClassName
{
border-color: #65B8C0;
}
.TagClassName
{
border-color: #65B8C0;
}
</style>