#5EA7B3

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

Shades of Fountain Blue #5EA7B3

Tints of Fountain Blue #5EA7B3

Color information

#5EA7B3 (or 0x5EA7B3) is unknown color: approx Fountain Blue. HEX triplet: 5E, A7 and B3. RGB value is (94,167,179). Sum of RGB (Red+Green+Blue) = 94+167+179=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #5EA7B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA7B3 is #A1584C. Grayscale: #929292. Windows color (decimal): -10573901 or 11773790. OLE color: 11773790.

HSL color Cylindrical-coordinate representation of color #5EA7B3: hue angle of 188.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EA7B3 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB94167179-
CMYK0.470.0700.30
HSL188.47º35.86%53.53%-
HSV(B)188.47º47.49%70.2%-
XYZ26.5733.2747.67-
YUV146.54146.3290.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.36%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=21.36%
G=37.95%
B=40.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941671790.470.0700.30188.4735.8653.53
Hex5EA7B32F701Ebc2436
Octal1362472635770362744466
Binary1011110101001111011001110111111101111010111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,167,179); }

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

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

 a { background-color: rgb(94,167,179); }

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

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

 span { border-color: rgb(94,167,179); }

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