Shades of Fountain Blue #5FAEC1
Tints of Fountain Blue #5FAEC1
RGB
CMYK
RGB Variations
Color information
#5FAEC1 (or 0x5FAEC1) is known color: Fountain Blue. HEX triplet: 5F, AE and C1. RGB value is (95,174,193). Sum of RGB (Red+Green+Blue) = 95+174+193=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #5FAEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAEC1 is #A0513E. Grayscale: #989898. Windows color (decimal): -10506559 or 12693087. OLE color: 12693087.
HSL color Cylindrical-coordinate representation of color #5FAEC1: hue angle of 191.63º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FAEC1 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 174 | 193 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.24 |
| HSL | 191.63º | 0.44% | 0.56% | - |
| HSV(B) | 191.63º | 0.51% | 0.76% | - |
| XYZ | 29.48 | 36.56 | 55.95 | - |
| YUV | 152.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 193 | 0.51 | 0.10 | 0 | 0.24 | 191.63 | 0.44 | 0.56 |
| Hex | 5F | AE | C1 | 33 | A | 0 | 18 | C0 | 2C | 38 |
| Octal | 137 | 256 | 301 | 63 | 12 | 0 | 30 | 300 | 54 | 70 |
| Binary | 1011111 | 10101110 | 11000001 | 110011 | 1010 | 0 | 11000 | 11000000 | 101100 | 111000 |
Color Harmonies of #5FAEC1
Complementary color
Monochromatic Colors of #5FAEC1
Black with #5FAEC1
Text Example
Text Example
White with #5FAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAEC1; }
p { color: rgb(95,174,193); }
H1.HeaderClassName
{
color: #5FAEC1;
}
.AnyTagClassName
{
color: #5FAEC1;
}
</style>
background-color css
<style>
a { background-color: #5FAEC1; }
a { background-color: rgb(95,174,193); }
div.DivClassName
{
background-color: #5FAEC1;
}
.BgClassName
{
background-color: #5FAEC1;
}
</style>
border-color css
<style>
span { border-color: #5FAEC1; }
span { border-color: rgb(95,174,193); }
td.TdClassName
{
border-color: #5FAEC1;
}
.TagClassName
{
border-color: #5FAEC1;
}
</style>