#5EB9BF

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

Shades of Fountain Blue #5EB9BF

Tints of Fountain Blue #5EB9BF

Color information

#5EB9BF (or 0x5EB9BF) is unknown color: approx Fountain Blue. HEX triplet: 5E, B9 and BF. RGB value is (94,185,191). Sum of RGB (Red+Green+Blue) = 94+185+191=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #5EB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB9BF is #A14640. Grayscale: #9E9E9E. Windows color (decimal): -10569281 or 12564830. OLE color: 12564830.

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

Color convert

RGB94185191-
CMYK0.510.0300.25
HSL183.71º43.11%55.88%-
HSV(B)183.71º50.79%74.9%-
XYZ31.3740.8455.52-
YUV158.48146.3582.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 191 (75% from 255) = 40.64%
R=20%
G=39.36%
B=40.64%

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
Decimal941851910.510.0300.25183.7143.1155.88
Hex5EB9BF333019b82b38
Octal1362712776330312705370
Binary101111010111001101111111100111101100110111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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