Shades of Fountain Blue #65ABBD
Tints of Fountain Blue #65ABBD
RGB
CMYK
RGB Variations
Color information
#65ABBD (or 0x65ABBD) is known color: Fountain Blue. HEX triplet: 65, AB and BD. RGB value is (101,171,189). Sum of RGB (Red+Green+Blue) = 101+171+189=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #65ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABBD is #9A5442. Grayscale: #979797. Windows color (decimal): -10114115 or 12430181. OLE color: 12430181.
HSL color Cylindrical-coordinate representation of color #65ABBD: hue angle of 192.27º 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 #65ABBD is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 171 | 189 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.26 |
| HSL | 192.27º | 0.4% | 0.57% | - |
| HSV(B) | 192.27º | 0.47% | 0.74% | - |
| XYZ | 29.12 | 35.57 | 53.47 | - |
| YUV | 152.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 189 | 0.47 | 0.10 | 0 | 0.26 | 192.27 | 0.4 | 0.57 |
| Hex | 65 | AB | BD | 2F | A | 0 | 1A | C0 | 28 | 39 |
| Octal | 145 | 253 | 275 | 57 | 12 | 0 | 32 | 300 | 50 | 71 |
| Binary | 1100101 | 10101011 | 10111101 | 101111 | 1010 | 0 | 11010 | 11000000 | 101000 | 111001 |
Color Harmonies of #65ABBD
Complementary color
Monochromatic Colors of #65ABBD
Black with #65ABBD
Text Example
Text Example
White with #65ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABBD; }
p { color: rgb(101,171,189); }
H1.HeaderClassName
{
color: #65ABBD;
}
.AnyTagClassName
{
color: #65ABBD;
}
</style>
background-color css
<style>
a { background-color: #65ABBD; }
a { background-color: rgb(101,171,189); }
div.DivClassName
{
background-color: #65ABBD;
}
.BgClassName
{
background-color: #65ABBD;
}
</style>
border-color css
<style>
span { border-color: #65ABBD; }
span { border-color: rgb(101,171,189); }
td.TdClassName
{
border-color: #65ABBD;
}
.TagClassName
{
border-color: #65ABBD;
}
</style>