#5EB8BE

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

Shades of Fountain Blue #5EB8BE

Tints of Fountain Blue #5EB8BE

Color information

#5EB8BE (or 0x5EB8BE) is unknown color: approx Fountain Blue. HEX triplet: 5E, B8 and BE. RGB value is (94,184,190). Sum of RGB (Red+Green+Blue) = 94+184+190=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #5EB8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB8BE is #A14741. Grayscale: #9D9D9D. Windows color (decimal): -10569538 or 12499038. OLE color: 12499038.

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

Color convert

RGB94184190-
CMYK0.510.0300.25
HSL183.75º42.48%55.69%-
HSV(B)183.75º50.53%74.51%-
XYZ31.0540.3854.87-
YUV157.77146.1882.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.09%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=20.09%
G=39.32%
B=40.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941841900.510.0300.25183.7542.4855.69
Hex5EB8BE333019b82a38
Octal1362702766330312705270
Binary101111010111000101111101100111101100110111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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