Shades of Fountain Blue #5FAFBD
Tints of Fountain Blue #5FAFBD
RGB
CMYK
RGB Variations
Color information
#5FAFBD (or 0x5FAFBD) is known color: Fountain Blue. HEX triplet: 5F, AF and BD. RGB value is (95,175,189). Sum of RGB (Red+Green+Blue) = 95+175+189=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #5FAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFBD is #A05042. Grayscale: #989898. Windows color (decimal): -10506307 or 12431199. OLE color: 12431199.
HSL color Cylindrical-coordinate representation of color #5FAFBD: hue angle of 188.94º 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 #5FAFBD is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 175 | 189 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.26 |
| HSL | 188.94º | 0.42% | 0.56% | - |
| HSV(B) | 188.94º | 0.5% | 0.74% | - |
| XYZ | 29.23 | 36.77 | 53.7 | - |
| YUV | 152.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 189 | 0.50 | 0.07 | 0 | 0.26 | 188.94 | 0.42 | 0.56 |
| Hex | 5F | AF | BD | 32 | 7 | 0 | 1A | BD | 2A | 38 |
| Octal | 137 | 257 | 275 | 62 | 7 | 0 | 32 | 275 | 52 | 70 |
| Binary | 1011111 | 10101111 | 10111101 | 110010 | 111 | 0 | 11010 | 10111101 | 101010 | 111000 |
Color Harmonies of #5FAFBD
Complementary color
Monochromatic Colors of #5FAFBD
Black with #5FAFBD
Text Example
Text Example
White with #5FAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFBD; }
p { color: rgb(95,175,189); }
H1.HeaderClassName
{
color: #5FAFBD;
}
.AnyTagClassName
{
color: #5FAFBD;
}
</style>
background-color css
<style>
a { background-color: #5FAFBD; }
a { background-color: rgb(95,175,189); }
div.DivClassName
{
background-color: #5FAFBD;
}
.BgClassName
{
background-color: #5FAFBD;
}
</style>
border-color css
<style>
span { border-color: #5FAFBD; }
span { border-color: rgb(95,175,189); }
td.TdClassName
{
border-color: #5FAFBD;
}
.TagClassName
{
border-color: #5FAFBD;
}
</style>