Shades of Fountain Blue #5FABBD
Tints of Fountain Blue #5FABBD
RGB
CMYK
RGB Variations
Color information
#5FABBD (or 0x5FABBD) is known color: Fountain Blue. HEX triplet: 5F, AB and BD. RGB value is (95,171,189). Sum of RGB (Red+Green+Blue) = 95+171+189=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #5FABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABBD is #A05442. Grayscale: #969696. Windows color (decimal): -10507331 or 12430175. OLE color: 12430175.
HSL color Cylindrical-coordinate representation of color #5FABBD: hue angle of 191.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FABBD is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 171 | 189 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.26 |
| HSL | 191.49º | 0.42% | 0.56% | - |
| HSV(B) | 191.49º | 0.5% | 0.74% | - |
| XYZ | 28.47 | 35.23 | 53.44 | - |
| YUV | 150.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 189 | 0.50 | 0.10 | 0 | 0.26 | 191.49 | 0.42 | 0.56 |
| Hex | 5F | AB | BD | 32 | A | 0 | 1A | BF | 2A | 38 |
| Octal | 137 | 253 | 275 | 62 | 12 | 0 | 32 | 277 | 52 | 70 |
| Binary | 1011111 | 10101011 | 10111101 | 110010 | 1010 | 0 | 11010 | 10111111 | 101010 | 111000 |
Color Harmonies of #5FABBD
Complementary color
Monochromatic Colors of #5FABBD
Black with #5FABBD
Text Example
Text Example
White with #5FABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FABBD; }
p { color: rgb(95,171,189); }
H1.HeaderClassName
{
color: #5FABBD;
}
.AnyTagClassName
{
color: #5FABBD;
}
</style>
background-color css
<style>
a { background-color: #5FABBD; }
a { background-color: rgb(95,171,189); }
div.DivClassName
{
background-color: #5FABBD;
}
.BgClassName
{
background-color: #5FABBD;
}
</style>
border-color css
<style>
span { border-color: #5FABBD; }
span { border-color: rgb(95,171,189); }
td.TdClassName
{
border-color: #5FABBD;
}
.TagClassName
{
border-color: #5FABBD;
}
</style>