#5EAEE1

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

Shades of Malibu #5EAEE1

Tints of Malibu #5EAEE1

Color information

#5EAEE1 (or 0x5EAEE1) is unknown color: approx Malibu. HEX triplet: 5E, AE and E1. RGB value is (94,174,225). Sum of RGB (Red+Green+Blue) = 94+174+225=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #5EAEE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEE1 is #A1511E. Grayscale: #9B9B9B. Windows color (decimal): -10572063 or 14790238. OLE color: 14790238.

HSL color Cylindrical-coordinate representation of color #5EAEE1: hue angle of 203.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EAEE1 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB94174225-
CMYK0.580.2300.12
HSL203.36º68.59%62.55%-
HSV(B)203.36º58.22%88.24%-
XYZ33.3438.0976.83-
YUV155.8916783.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.07%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=19.07%
G=35.29%
B=45.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal941742250.580.2300.12203.3668.5962.55
Hex5EAEE13A170Ccb453f
Octal136256341722701431310577
Binary101111010101110111000011110101011101100110010111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,174,225); }

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

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

 a { background-color: rgb(94,174,225); }

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

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

 span { border-color: rgb(94,174,225); }

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