#5EABEB

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

Shades of Malibu #5EABEB

Tints of Malibu #5EABEB

Color information

#5EABEB (or 0x5EABEB) is unknown color: approx Malibu. HEX triplet: 5E, AB and EB. RGB value is (94,171,235). Sum of RGB (Red+Green+Blue) = 94+171+235=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABEB is #A15414. Grayscale: #9A9A9A. Windows color (decimal): -10572821 or 15444830. OLE color: 15444830.

HSL color Cylindrical-coordinate representation of color #5EABEB: hue angle of 207.23º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EABEB is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94171235-
CMYK0.60.2700.08
HSL207.23º77.9%64.51%-
HSV(B)207.23º60%92.16%-
XYZ34.1737.584.04-
YUV155.27172.9984.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.8%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 235 (92.19% from 255) = 47%
R=18.8%
G=34.2%
B=47%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941712350.60.2700.08207.2377.964.51
Hex5EABEB3C1B08cf4e41
Octal1362533537433010317116101
Binary1011110101010111110101111110011011010001100111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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