Shades of Fountain Blue #5FBDC0
Tints of Fountain Blue #5FBDC0
RGB
CMYK
RGB Variations
Color information
#5FBDC0 (or 0x5FBDC0) is known color: Fountain Blue. HEX triplet: 5F, BD and C0. RGB value is (95,189,192). Sum of RGB (Red+Green+Blue) = 95+189+192=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #5FBDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDC0 is #A0423F. Grayscale: #A1A1A1. Windows color (decimal): -10502720 or 12631391. OLE color: 12631391.
HSL color Cylindrical-coordinate representation of color #5FBDC0: hue angle of 181.86º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FBDC0 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 189 | 192 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.25 |
| HSL | 181.86º | 0.43% | 0.56% | - |
| HSV(B) | 181.86º | 0.51% | 0.75% | - |
| XYZ | 32.43 | 42.63 | 56.39 | - |
| YUV | 161.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 192 | 0.51 | 0.02 | 0 | 0.25 | 181.86 | 0.43 | 0.56 |
| Hex | 5F | BD | C0 | 33 | 2 | 0 | 19 | B6 | 2B | 38 |
| Octal | 137 | 275 | 300 | 63 | 2 | 0 | 31 | 266 | 53 | 70 |
| Binary | 1011111 | 10111101 | 11000000 | 110011 | 10 | 0 | 11001 | 10110110 | 101011 | 111000 |
Color Harmonies of #5FBDC0
Complementary color
Monochromatic Colors of #5FBDC0
Black with #5FBDC0
Text Example
Text Example
White with #5FBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDC0; }
p { color: rgb(95,189,192); }
H1.HeaderClassName
{
color: #5FBDC0;
}
.AnyTagClassName
{
color: #5FBDC0;
}
</style>
background-color css
<style>
a { background-color: #5FBDC0; }
a { background-color: rgb(95,189,192); }
div.DivClassName
{
background-color: #5FBDC0;
}
.BgClassName
{
background-color: #5FBDC0;
}
</style>
border-color css
<style>
span { border-color: #5FBDC0; }
span { border-color: rgb(95,189,192); }
td.TdClassName
{
border-color: #5FBDC0;
}
.TagClassName
{
border-color: #5FBDC0;
}
</style>