#5EB0E1

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

Shades of Malibu #5EB0E1

Tints of Malibu #5EB0E1

Color information

#5EB0E1 (or 0x5EB0E1) is unknown color: approx Malibu. HEX triplet: 5E, B0 and E1. RGB value is (94,176,225). Sum of RGB (Red+Green+Blue) = 94+176+225=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #5EB0E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB0E1 is #A14F1E. Grayscale: #9C9C9C. Windows color (decimal): -10571551 or 14790750. OLE color: 14790750.

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

Color convert

RGB94176225-
CMYK0.580.2200.12
HSL202.44º68.59%62.55%-
HSV(B)202.44º58.22%88.24%-
XYZ33.7338.8776.96-
YUV157.07166.3383.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.99%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=18.99%
G=35.56%
B=45.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal941762250.580.2200.12202.4468.5962.55
Hex5EB0E13A160Cca453f
Octal136260341722601431210577
Binary101111010110000111000011110101011001100110010101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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