#5EADBA

Color #5EADBA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5EADBA

Tints of Fountain Blue #5EADBA

Color information

#5EADBA (or 0x5EADBA) is unknown color: approx Fountain Blue. HEX triplet: 5E, AD and BA. RGB value is (94,173,186). Sum of RGB (Red+Green+Blue) = 94+173+186=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 173 (67.97% from 255 or 38.19% 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 #5EADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADBA is #A15245. Grayscale: #969696. Windows color (decimal): -10572358 or 12234078. OLE color: 12234078.

HSL color Cylindrical-coordinate representation of color #5EADBA: hue angle of 188.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EADBA is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB94173186-
CMYK0.490.0700.27
HSL188.48º40%54.9%-
HSV(B)188.48º49.46%72.94%-
XYZ28.4235.8151.87-
YUV150.86147.8387.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 20.75%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=20.75%
G=38.19%
B=41.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941731860.490.0700.27188.484054.9
Hex5EADBA31701Bbc2837
Octal1362552726170332745067
Binary1011110101011011011101011000111101101110111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EADBA; }

 p { color: rgb(94,173,186); }

 H1.HeaderClassName
 {
   color: #5EADBA;
 }
 .AnyTagClassName
 {
   color: #5EADBA;
 }
</style>
background-color css

<style>
 a { background-color: #5EADBA; }

 a { background-color: rgb(94,173,186); }

 div.DivClassName
 {
   background-color: #5EADBA;
 }
 .BgClassName
 {
   background-color: #5EADBA;
 }
</style>
border-color css

<style>
 span { border-color: #5EADBA; }

 span { border-color: rgb(94,173,186); }

 td.TdClassName
 {
   border-color: #5EADBA;
 }
 .TagClassName
 {
   border-color: #5EADBA;
 }
</style>