#5EAADE

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

Shades of Malibu #5EAADE

Tints of Malibu #5EAADE

Color information

#5EAADE (or 0x5EAADE) is unknown color: approx Malibu. HEX triplet: 5E, AA and DE. RGB value is (94,170,222). Sum of RGB (Red+Green+Blue) = 94+170+222=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAADE is #A15521. Grayscale: #989898. Windows color (decimal): -10573090 or 14592606. OLE color: 14592606.

HSL color Cylindrical-coordinate representation of color #5EAADE: hue angle of 204.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EAADE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94170222-
CMYK0.580.2300.13
HSL204.38º65.98%61.96%-
HSV(B)204.38º57.66%87.06%-
XYZ32.1836.474.44-
YUV153.2166.8285.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.34%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=19.34%
G=34.98%
B=45.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941702220.580.2300.13204.3865.9861.96
Hex5EAADE3A170Dcc423e
Octal136252336722701531410276
Binary101111010101010110111101110101011101101110011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,170,222); }

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

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

 a { background-color: rgb(94,170,222); }

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

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

 span { border-color: rgb(94,170,222); }

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