#5EB8BC

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

Shades of Fountain Blue #5EB8BC

Tints of Fountain Blue #5EB8BC

Color information

#5EB8BC (or 0x5EB8BC) is unknown color: approx Fountain Blue. HEX triplet: 5E, B8 and BC. RGB value is (94,184,188). Sum of RGB (Red+Green+Blue) = 94+184+188=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #5EB8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB8BC is #A14743. Grayscale: #9D9D9D. Windows color (decimal): -10569540 or 12367966. OLE color: 12367966.

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

Color convert

RGB94184188-
CMYK0.500.0200.26
HSL182.55º41.23%55.29%-
HSV(B)182.55º50%73.73%-
XYZ30.8340.2953.73-
YUV157.55145.1882.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.17%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=20.17%
G=39.48%
B=40.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941841880.500.0200.26182.5541.2355.29
Hex5EB8BC32201Ab72937
Octal1362702746220322675167
Binary101111010111000101111001100101001101010110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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