#5EB1E5

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

Shades of Malibu #5EB1E5

Tints of Malibu #5EB1E5

Color information

#5EB1E5 (or 0x5EB1E5) is unknown color: approx Malibu. HEX triplet: 5E, B1 and E5. RGB value is (94,177,229). Sum of RGB (Red+Green+Blue) = 94+177+229=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #5EB1E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB1E5 is #A14E1A. Grayscale: #9D9D9D. Windows color (decimal): -10571291 or 15053150. OLE color: 15053150.

HSL color Cylindrical-coordinate representation of color #5EB1E5: hue angle of 203.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EB1E5 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB94177229-
CMYK0.590.2300.10
HSL203.11º72.19%63.33%-
HSV(B)203.11º58.95%89.8%-
XYZ34.4839.4879.93-
YUV158.1116882.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.8%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 229 (89.84% from 255) = 45.8%
R=18.8%
G=35.4%
B=45.8%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal941772290.590.2300.10203.1172.1963.33
Hex5EB1E53B170Acb483f
Octal136261345732701231311077
Binary101111010110001111001011110111011101010110010111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,177,229); }

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

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

 a { background-color: rgb(94,177,229); }

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

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

 span { border-color: rgb(94,177,229); }

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