Shades of Fountain Blue #65ACB6
Tints of Fountain Blue #65ACB6
RGB
CMYK
RGB Variations
Color information
#65ACB6 (or 0x65ACB6) is known color: Fountain Blue. HEX triplet: 65, AC and B6. RGB value is (101,172,182). Sum of RGB (Red+Green+Blue) = 101+172+182=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #65ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACB6 is #9A5349. Grayscale: #979797. Windows color (decimal): -10113866 or 11971685. OLE color: 11971685.
HSL color Cylindrical-coordinate representation of color #65ACB6: hue angle of 187.41º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65ACB6 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 172 | 182 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.29 |
| HSL | 187.41º | 0.36% | 0.55% | - |
| HSV(B) | 187.41º | 0.45% | 0.71% | - |
| XYZ | 28.56 | 35.65 | 49.63 | - |
| YUV | 151.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 182 | 0.45 | 0.05 | 0 | 0.29 | 187.41 | 0.36 | 0.55 |
| Hex | 65 | AC | B6 | 2D | 5 | 0 | 1D | BB | 24 | 37 |
| Octal | 145 | 254 | 266 | 55 | 5 | 0 | 35 | 273 | 44 | 67 |
| Binary | 1100101 | 10101100 | 10110110 | 101101 | 101 | 0 | 11101 | 10111011 | 100100 | 110111 |
Color Harmonies of #65ACB6
Complementary color
Monochromatic Colors of #65ACB6
Black with #65ACB6
Text Example
Text Example
White with #65ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ACB6; }
p { color: rgb(101,172,182); }
H1.HeaderClassName
{
color: #65ACB6;
}
.AnyTagClassName
{
color: #65ACB6;
}
</style>
background-color css
<style>
a { background-color: #65ACB6; }
a { background-color: rgb(101,172,182); }
div.DivClassName
{
background-color: #65ACB6;
}
.BgClassName
{
background-color: #65ACB6;
}
</style>
border-color css
<style>
span { border-color: #65ACB6; }
span { border-color: rgb(101,172,182); }
td.TdClassName
{
border-color: #65ACB6;
}
.TagClassName
{
border-color: #65ACB6;
}
</style>