#5EB4BC

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

Shades of Fountain Blue #5EB4BC

Tints of Fountain Blue #5EB4BC

Color information

#5EB4BC (or 0x5EB4BC) is unknown color: approx Fountain Blue. HEX triplet: 5E, B4 and BC. RGB value is (94,180,188). Sum of RGB (Red+Green+Blue) = 94+180+188=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #5EB4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB4BC is #A14B43. Grayscale: #9B9B9B. Windows color (decimal): -10570564 or 12366942. OLE color: 12366942.

HSL color Cylindrical-coordinate representation of color #5EB4BC: hue angle of 185.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EB4BC is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB94180188-
CMYK0.500.0400.26
HSL185.11º41.23%55.29%-
HSV(B)185.11º50%73.73%-
XYZ30.0138.6553.46-
YUV155.2146.5184.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.35%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=20.35%
G=38.96%
B=40.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941801880.500.0400.26185.1141.2355.29
Hex5EB4BC32401Ab92937
Octal1362642746240322715167
Binary1011110101101001011110011001010001101010111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,180,188); }

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

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

 a { background-color: rgb(94,180,188); }

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

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

 span { border-color: rgb(94,180,188); }

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