Shades of Fountain Blue #5FACBD
Tints of Fountain Blue #5FACBD
RGB
CMYK
RGB Variations
Color information
#5FACBD (or 0x5FACBD) is known color: Fountain Blue. HEX triplet: 5F, AC and BD. RGB value is (95,172,189). Sum of RGB (Red+Green+Blue) = 95+172+189=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #5FACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACBD is #A05342. Grayscale: #969696. Windows color (decimal): -10507075 or 12430431. OLE color: 12430431.
HSL color Cylindrical-coordinate representation of color #5FACBD: hue angle of 190.85º 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 #5FACBD is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 172 | 189 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.26 |
| HSL | 190.85º | 0.42% | 0.56% | - |
| HSV(B) | 190.85º | 0.5% | 0.74% | - |
| XYZ | 28.66 | 35.61 | 53.51 | - |
| YUV | 150.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 189 | 0.50 | 0.09 | 0 | 0.26 | 190.85 | 0.42 | 0.56 |
| Hex | 5F | AC | BD | 32 | 9 | 0 | 1A | BF | 2A | 38 |
| Octal | 137 | 254 | 275 | 62 | 11 | 0 | 32 | 277 | 52 | 70 |
| Binary | 1011111 | 10101100 | 10111101 | 110010 | 1001 | 0 | 11010 | 10111111 | 101010 | 111000 |
Color Harmonies of #5FACBD
Complementary color
Monochromatic Colors of #5FACBD
Black with #5FACBD
Text Example
Text Example
White with #5FACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACBD; }
p { color: rgb(95,172,189); }
H1.HeaderClassName
{
color: #5FACBD;
}
.AnyTagClassName
{
color: #5FACBD;
}
</style>
background-color css
<style>
a { background-color: #5FACBD; }
a { background-color: rgb(95,172,189); }
div.DivClassName
{
background-color: #5FACBD;
}
.BgClassName
{
background-color: #5FACBD;
}
</style>
border-color css
<style>
span { border-color: #5FACBD; }
span { border-color: rgb(95,172,189); }
td.TdClassName
{
border-color: #5FACBD;
}
.TagClassName
{
border-color: #5FACBD;
}
</style>