Shades of Fountain Blue #5FBDC2
Tints of Fountain Blue #5FBDC2
RGB
CMYK
RGB Variations
Color information
#5FBDC2 (or 0x5FBDC2) is known color: Fountain Blue. HEX triplet: 5F, BD and C2. RGB value is (95,189,194). Sum of RGB (Red+Green+Blue) = 95+189+194=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #5FBDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDC2 is #A0423D. Grayscale: #A1A1A1. Windows color (decimal): -10502718 or 12762463. OLE color: 12762463.
HSL color Cylindrical-coordinate representation of color #5FBDC2: hue angle of 183.03º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FBDC2 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 189 | 194 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.24 |
| HSL | 183.03º | 0.45% | 0.57% | - |
| HSV(B) | 183.03º | 0.51% | 0.76% | - |
| XYZ | 32.65 | 42.72 | 57.56 | - |
| YUV | 161.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 194 | 0.51 | 0.03 | 0 | 0.24 | 183.03 | 0.45 | 0.57 |
| Hex | 5F | BD | C2 | 33 | 3 | 0 | 18 | B7 | 2D | 39 |
| Octal | 137 | 275 | 302 | 63 | 3 | 0 | 30 | 267 | 55 | 71 |
| Binary | 1011111 | 10111101 | 11000010 | 110011 | 11 | 0 | 11000 | 10110111 | 101101 | 111001 |
Color Harmonies of #5FBDC2
Complementary color
Monochromatic Colors of #5FBDC2
Black with #5FBDC2
Text Example
Text Example
White with #5FBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDC2; }
p { color: rgb(95,189,194); }
H1.HeaderClassName
{
color: #5FBDC2;
}
.AnyTagClassName
{
color: #5FBDC2;
}
</style>
background-color css
<style>
a { background-color: #5FBDC2; }
a { background-color: rgb(95,189,194); }
div.DivClassName
{
background-color: #5FBDC2;
}
.BgClassName
{
background-color: #5FBDC2;
}
</style>
border-color css
<style>
span { border-color: #5FBDC2; }
span { border-color: rgb(95,189,194); }
td.TdClassName
{
border-color: #5FBDC2;
}
.TagClassName
{
border-color: #5FBDC2;
}
</style>