Shades of Fountain Blue #5DAEBA
Tints of Fountain Blue #5DAEBA
RGB
CMYK
RGB Variations
Color information
#5DAEBA (or 0x5DAEBA) is known color: Fountain Blue. HEX triplet: 5D, AE and BA. RGB value is (93,174,186). Sum of RGB (Red+Green+Blue) = 93+174+186=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEBA is #A25145. Grayscale: #979797. Windows color (decimal): -10637638 or 12234333. OLE color: 12234333.
HSL color Cylindrical-coordinate representation of color #5DAEBA: hue angle of 187.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DAEBA is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 174 | 186 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.27 |
| HSL | 187.74º | 0.4% | 0.55% | - |
| HSV(B) | 187.74º | 0.5% | 0.73% | - |
| XYZ | 28.51 | 36.14 | 51.93 | - |
| YUV | 151.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 186 | 0.5 | 0.06 | 0 | 0.27 | 187.74 | 0.4 | 0.55 |
| Hex | 5D | AE | BA | 32 | 6 | 0 | 1B | BC | 28 | 37 |
| Octal | 135 | 256 | 272 | 62 | 6 | 0 | 33 | 274 | 50 | 67 |
| Binary | 1011101 | 10101110 | 10111010 | 110010 | 110 | 0 | 11011 | 10111100 | 101000 | 110111 |
Color Harmonies of #5DAEBA
Complementary color
Monochromatic Colors of #5DAEBA
Black with #5DAEBA
Text Example
Text Example
White with #5DAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEBA; }
p { color: rgb(93,174,186); }
H1.HeaderClassName
{
color: #5DAEBA;
}
.AnyTagClassName
{
color: #5DAEBA;
}
</style>
background-color css
<style>
a { background-color: #5DAEBA; }
a { background-color: rgb(93,174,186); }
div.DivClassName
{
background-color: #5DAEBA;
}
.BgClassName
{
background-color: #5DAEBA;
}
</style>
border-color css
<style>
span { border-color: #5DAEBA; }
span { border-color: rgb(93,174,186); }
td.TdClassName
{
border-color: #5DAEBA;
}
.TagClassName
{
border-color: #5DAEBA;
}
</style>