#5EBDB9

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

Shades of Fountain Blue #5EBDB9

Tints of Fountain Blue #5EBDB9

Color information

#5EBDB9 (or 0x5EBDB9) is unknown color: approx Fountain Blue. HEX triplet: 5E, BD and B9. RGB value is (94,189,185). Sum of RGB (Red+Green+Blue) = 94+189+185=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBDB9 is #A14246. Grayscale: #A0A0A0. Windows color (decimal): -10568263 or 12172638. OLE color: 12172638.

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

Color convert

RGB94189185-
CMYK0.5000.020.26
HSL177.47º41.85%55.49%-
HSV(B)177.47º50.26%74.12%-
XYZ31.5742.2852.4-
YUV160.14142.0380.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.09%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=20.09%
G=40.38%
B=39.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941891850.5000.020.26177.4741.8555.49
Hex5EBDB932021Ab12a37
Octal1362752716202322615267
Binary101111010111101101110011100100101101010110001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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