#5EBDB7

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

Shades of Fountain Blue #5EBDB7

Tints of Fountain Blue #5EBDB7

Color information

#5EBDB7 (or 0x5EBDB7) is unknown color: approx Fountain Blue. HEX triplet: 5E, BD and B7. RGB value is (94,189,183). Sum of RGB (Red+Green+Blue) = 94+189+183=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDB7 is #A14248. Grayscale: #9F9F9F. Windows color (decimal): -10568265 or 12041566. OLE color: 12041566.

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

Color convert

RGB94189183-
CMYK0.5000.030.26
HSL176.21º41.85%55.49%-
HSV(B)176.21º50.26%74.12%-
XYZ31.3642.1951.29-
YUV159.91141.0380.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.17%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 183 (71.88% from 255) = 39.27%
R=20.17%
G=40.56%
B=39.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891830.5000.030.26176.2141.8555.49
Hex5EBDB732031Ab02a37
Octal1362752676203322605267
Binary101111010111101101101111100100111101010110000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,189,183); }

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

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

 a { background-color: rgb(94,189,183); }

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

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

 span { border-color: rgb(94,189,183); }

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