#5EAAB5

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

Shades of Fountain Blue #5EAAB5

Tints of Fountain Blue #5EAAB5

Color information

#5EAAB5 (or 0x5EAAB5) is unknown color: approx Fountain Blue. HEX triplet: 5E, AA and B5. RGB value is (94,170,181). Sum of RGB (Red+Green+Blue) = 94+170+181=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 181 - color contains mainly: blue. Hex color #5EAAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAAB5 is #A1554A. Grayscale: #949494. Windows color (decimal): -10573131 or 11905630. OLE color: 11905630.

HSL color Cylindrical-coordinate representation of color #5EAAB5: hue angle of 187.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EAAB5 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB94170181-
CMYK0.480.0600.29
HSL187.59º37.02%53.92%-
HSV(B)187.59º48.07%70.98%-
XYZ27.3334.4748.93-
YUV148.53146.3289.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.12%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 181 (71.09% from 255) = 40.67%
R=21.12%
G=38.20%
B=40.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941701810.480.0600.29187.5937.0253.92
Hex5EAAB530601Dbc2536
Octal1362522656060352744566
Binary1011110101010101011010111000011001110110111100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,170,181); }

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

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

 a { background-color: rgb(94,170,181); }

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

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

 span { border-color: rgb(94,170,181); }

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