#5EABED

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

Shades of Malibu #5EABED

Tints of Malibu #5EABED

Color information

#5EABED (or 0x5EABED) is unknown color: approx Malibu. HEX triplet: 5E, AB and ED. RGB value is (94,171,237). Sum of RGB (Red+Green+Blue) = 94+171+237=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABED is #A15412. Grayscale: #9B9B9B. Windows color (decimal): -10572819 or 15575902. OLE color: 15575902.

HSL color Cylindrical-coordinate representation of color #5EABED: hue angle of 207.69º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EABED is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94171237-
CMYK0.600.2800.07
HSL207.69º79.89%64.9%-
HSV(B)207.69º60.34%92.94%-
XYZ34.4737.6285.57-
YUV155.5173.9984.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.73%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=18.73%
G=34.06%
B=47.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal941712370.600.2800.07207.6979.8964.9
Hex5EABED3C1C07d05041
Octal136253355743407320120101
Binary101111010101011111011011111001110001111101000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,171,237); }

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

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

 a { background-color: rgb(94,171,237); }

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

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

 span { border-color: rgb(94,171,237); }

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