Shades of Fountain Blue #65B4B1
Tints of Fountain Blue #65B4B1
RGB
CMYK
RGB Variations
Color information
#65B4B1 (or 0x65B4B1) is known color: Fountain Blue. HEX triplet: 65, B4 and B1. RGB value is (101,180,177). Sum of RGB (Red+Green+Blue) = 101+180+177=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #65B4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B4B1 is #9A4B4E. Grayscale: #9B9B9B. Windows color (decimal): -10111823 or 11646053. OLE color: 11646053.
HSL color Cylindrical-coordinate representation of color #65B4B1: hue angle of 177.72º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B4B1 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 180 | 177 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.29 |
| HSL | 177.72º | 0.34% | 0.55% | - |
| HSV(B) | 177.72º | 0.44% | 0.71% | - |
| XYZ | 29.62 | 38.58 | 47.48 | - |
| YUV | 156.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 180 | 177 | 0.44 | 0 | 0.02 | 0.29 | 177.72 | 0.34 | 0.55 |
| Hex | 65 | B4 | B1 | 2C | 0 | 2 | 1D | B2 | 22 | 37 |
| Octal | 145 | 264 | 261 | 54 | 0 | 2 | 35 | 262 | 42 | 67 |
| Binary | 1100101 | 10110100 | 10110001 | 101100 | 0 | 10 | 11101 | 10110010 | 100010 | 110111 |
Color Harmonies of #65B4B1
Complementary color
Monochromatic Colors of #65B4B1
Black with #65B4B1
Text Example
Text Example
White with #65B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B4B1; }
p { color: rgb(101,180,177); }
H1.HeaderClassName
{
color: #65B4B1;
}
.AnyTagClassName
{
color: #65B4B1;
}
</style>
background-color css
<style>
a { background-color: #65B4B1; }
a { background-color: rgb(101,180,177); }
div.DivClassName
{
background-color: #65B4B1;
}
.BgClassName
{
background-color: #65B4B1;
}
</style>
border-color css
<style>
span { border-color: #65B4B1; }
span { border-color: rgb(101,180,177); }
td.TdClassName
{
border-color: #65B4B1;
}
.TagClassName
{
border-color: #65B4B1;
}
</style>