#5EB5BC

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

Shades of Fountain Blue #5EB5BC

Tints of Fountain Blue #5EB5BC

Color information

#5EB5BC (or 0x5EB5BC) is unknown color: approx Fountain Blue. HEX triplet: 5E, B5 and BC. RGB value is (94,181,188). Sum of RGB (Red+Green+Blue) = 94+181+188=463 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.30% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #5EB5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB5BC is #A14A43. Grayscale: #9B9B9B. Windows color (decimal): -10570308 or 12367198. OLE color: 12367198.

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

Color convert

RGB94181188-
CMYK0.500.0400.26
HSL184.47º41.23%55.29%-
HSV(B)184.47º50%73.73%-
XYZ30.2239.0653.52-
YUV155.79146.1883.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.30%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=20.30%
G=39.09%
B=40.60%

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
Decimal941811880.500.0400.26184.4741.2355.29
Hex5EB5BC32401Ab82937
Octal1362652746240322705167
Binary1011110101101011011110011001010001101010111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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