#5EAABA

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

Shades of Fountain Blue #5EAABA

Tints of Fountain Blue #5EAABA

Color information

#5EAABA (or 0x5EAABA) is unknown color: approx Fountain Blue. HEX triplet: 5E, AA and BA. RGB value is (94,170,186). Sum of RGB (Red+Green+Blue) = 94+170+186=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #5EAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAABA is #A15545. Grayscale: #949494. Windows color (decimal): -10573126 or 12233310. OLE color: 12233310.

HSL color Cylindrical-coordinate representation of color #5EAABA: hue angle of 190.43º 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 #5EAABA is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB94170186-
CMYK0.490.0900.27
HSL190.43º40%54.9%-
HSV(B)190.43º49.46%72.94%-
XYZ27.8534.6751.68-
YUV149.1148.8288.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.89%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=20.89%
G=37.78%
B=41.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941701860.490.0900.27190.434054.9
Hex5EAABA31901Bbe2837
Octal13625227261110332765067
Binary10111101010101010111010110001100101101110111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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