#5EB7BE

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

Shades of Fountain Blue #5EB7BE

Tints of Fountain Blue #5EB7BE

Color information

#5EB7BE (or 0x5EB7BE) is unknown color: approx Fountain Blue. HEX triplet: 5E, B7 and BE. RGB value is (94,183,190). Sum of RGB (Red+Green+Blue) = 94+183+190=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EB7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB7BE is #A14841. Grayscale: #9D9D9D. Windows color (decimal): -10569794 or 12498782. OLE color: 12498782.

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

Color convert

RGB94183190-
CMYK0.510.0400.25
HSL184.38º42.48%55.69%-
HSV(B)184.38º50.53%74.51%-
XYZ30.8439.9654.8-
YUV157.19146.5182.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.13%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=20.13%
G=39.19%
B=40.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941831900.510.0400.25184.3842.4855.69
Hex5EB7BE334019b82a38
Octal1362672766340312705270
Binary1011110101101111011111011001110001100110111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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