Shades of Fountain Blue #65ABBC
Tints of Fountain Blue #65ABBC
RGB
CMYK
RGB Variations
Color information
#65ABBC (or 0x65ABBC) is known color: Fountain Blue. HEX triplet: 65, AB and BC. RGB value is (101,171,188). Sum of RGB (Red+Green+Blue) = 101+171+188=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #65ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABBC is #9A5443. Grayscale: #979797. Windows color (decimal): -10114116 or 12364645. OLE color: 12364645.
HSL color Cylindrical-coordinate representation of color #65ABBC: hue angle of 191.72º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65ABBC is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 171 | 188 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.26 |
| HSL | 191.72º | 0.39% | 0.57% | - |
| HSV(B) | 191.72º | 0.46% | 0.74% | - |
| XYZ | 29.01 | 35.52 | 52.9 | - |
| YUV | 152.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 188 | 0.46 | 0.09 | 0 | 0.26 | 191.72 | 0.39 | 0.57 |
| Hex | 65 | AB | BC | 2E | 9 | 0 | 1A | C0 | 27 | 39 |
| Octal | 145 | 253 | 274 | 56 | 11 | 0 | 32 | 300 | 47 | 71 |
| Binary | 1100101 | 10101011 | 10111100 | 101110 | 1001 | 0 | 11010 | 11000000 | 100111 | 111001 |
Color Harmonies of #65ABBC
Complementary color
Monochromatic Colors of #65ABBC
Black with #65ABBC
Text Example
Text Example
White with #65ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABBC; }
p { color: rgb(101,171,188); }
H1.HeaderClassName
{
color: #65ABBC;
}
.AnyTagClassName
{
color: #65ABBC;
}
</style>
background-color css
<style>
a { background-color: #65ABBC; }
a { background-color: rgb(101,171,188); }
div.DivClassName
{
background-color: #65ABBC;
}
.BgClassName
{
background-color: #65ABBC;
}
</style>
border-color css
<style>
span { border-color: #65ABBC; }
span { border-color: rgb(101,171,188); }
td.TdClassName
{
border-color: #65ABBC;
}
.TagClassName
{
border-color: #65ABBC;
}
</style>