#5EAEBE

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

Shades of Fountain Blue #5EAEBE

Tints of Fountain Blue #5EAEBE

Color information

#5EAEBE (or 0x5EAEBE) is unknown color: approx Fountain Blue. HEX triplet: 5E, AE and BE. RGB value is (94,174,190). Sum of RGB (Red+Green+Blue) = 94+174+190=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEBE is #A15141. Grayscale: #979797. Windows color (decimal): -10572098 or 12496478. OLE color: 12496478.

HSL color Cylindrical-coordinate representation of color #5EAEBE: hue angle of 190º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAEBE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94174190-
CMYK0.510.0800.25
HSL190º42.48%55.69%-
HSV(B)190º50.53%74.51%-
XYZ29.0536.3754.2-
YUV151.9149.586.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.52%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=20.52%
G=37.99%
B=41.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941741900.510.0800.2519042.4855.69
Hex5EAEBE338019be2a38
Octal13625627663100312765270
Binary10111101010111010111110110011100001100110111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,174,190); }

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

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

 a { background-color: rgb(94,174,190); }

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

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

 span { border-color: rgb(94,174,190); }

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