#5EACDE

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

Shades of Malibu #5EACDE

Tints of Malibu #5EACDE

Color information

#5EACDE (or 0x5EACDE) is unknown color: approx Malibu. HEX triplet: 5E, AC and DE. RGB value is (94,172,222). Sum of RGB (Red+Green+Blue) = 94+172+222=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACDE is #A15321. Grayscale: #9A9A9A. Windows color (decimal): -10572578 or 14593118. OLE color: 14593118.

HSL color Cylindrical-coordinate representation of color #5EACDE: hue angle of 203.44º 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 #5EACDE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94172222-
CMYK0.580.2300.13
HSL203.44º65.98%61.96%-
HSV(B)203.44º57.66%87.06%-
XYZ32.5537.1674.56-
YUV154.38166.1684.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.26%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=19.26%
G=35.25%
B=45.49%

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
Decimal941722220.580.2300.13203.4465.9861.96
Hex5EACDE3A170Dcb423e
Octal136254336722701531310276
Binary101111010101100110111101110101011101101110010111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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