#5EAAAF

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

Shades of Fountain Blue #5EAAAF

Tints of Fountain Blue #5EAAAF

Color information

#5EAAAF (or 0x5EAAAF) is unknown color: approx Fountain Blue. HEX triplet: 5E, AA and AF. RGB value is (94,170,175). Sum of RGB (Red+Green+Blue) = 94+170+175=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #5EAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAAAF is #A15550. Grayscale: #939393. Windows color (decimal): -10573137 or 11512414. OLE color: 11512414.

HSL color Cylindrical-coordinate representation of color #5EAAAF: hue angle of 183.7º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAAAF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB94170175-
CMYK0.460.0300.31
HSL183.7º33.61%52.75%-
HSV(B)183.7º46.29%68.63%-
XYZ26.7334.2245.75-
YUV147.85143.3289.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.41%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=21.41%
G=38.72%
B=39.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941701750.460.0300.31183.733.6152.75
Hex5EAAAF2E301Fb82235
Octal1362522575630372704265
Binary101111010101010101011111011101101111110111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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