#5eb3bf

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

Shades of Fountain Blue #5EB3BF

Tints of Fountain Blue #5EB3BF

Color information

#5EB3BF (or 0x5EB3BF) is unknown color: approx Fountain Blue. HEX triplet: 5E, B3 and BF. RGB value is (94,179,191). Sum of RGB (Red+Green+Blue) = 94+179+191=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EB3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB3BF is #A14C40. Grayscale: #9A9A9A. Windows color (decimal): -10570817 or 12563294. OLE color: 12563294.

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

Color convert

RGB94179191-
CMYK0.510.0600.25
HSL187.42º43.11%55.88%-
HSV(B)187.42º50.79%74.9%-
XYZ30.1438.3855.11-
YUV154.95148.3484.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.26%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 191 (75% from 255) = 41.16%
R=20.26%
G=38.58%
B=41.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941791910.510.0600.25187.4243.1155.88
Hex5EB3BF336019bb2b38
Octal1362632776360312735370
Binary1011110101100111011111111001111001100110111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eb3bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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