#5EAEBF

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

Shades of Fountain Blue #5EAEBF

Tints of Fountain Blue #5EAEBF

Color information

#5EAEBF (or 0x5EAEBF) is unknown color: approx Fountain Blue. HEX triplet: 5E, AE and BF. RGB value is (94,174,191). Sum of RGB (Red+Green+Blue) = 94+174+191=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEBF is #A15140. Grayscale: #979797. Windows color (decimal): -10572097 or 12562014. OLE color: 12562014.

HSL color Cylindrical-coordinate representation of color #5EAEBF: hue angle of 190.52º degrees, saturation: 0.43, 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 #5EAEBF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94174191-
CMYK0.510.0900.25
HSL190.52º43.11%55.88%-
HSV(B)190.52º50.79%74.9%-
XYZ29.1636.4154.78-
YUV152.0215086.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.48%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 191 (75% from 255) = 41.61%
R=20.48%
G=37.91%
B=41.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941741910.510.0900.25190.5243.1155.88
Hex5EAEBF339019bf2b38
Octal13625627763110312775370
Binary10111101010111010111111110011100101100110111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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