#5EB1EC

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

Shades of Malibu #5EB1EC

Tints of Malibu #5EB1EC

Color information

#5EB1EC (or 0x5EB1EC) is unknown color: approx Malibu. HEX triplet: 5E, B1 and EC. RGB value is (94,177,236). Sum of RGB (Red+Green+Blue) = 94+177+236=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EB1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EB1EC is #A14E13. Grayscale: #9E9E9E. Windows color (decimal): -10571284 or 15511902. OLE color: 15511902.

HSL color Cylindrical-coordinate representation of color #5EB1EC: hue angle of 204.93º degrees, saturation: 0.79, 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 #5EB1EC is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94177236-
CMYK0.600.2500.07
HSL204.93º78.89%64.71%-
HSV(B)204.93º60.17%92.55%-
XYZ35.4839.8885.18-
YUV158.91171.581.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.54%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=18.54%
G=34.91%
B=46.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal941772360.600.2500.07204.9378.8964.71
Hex5EB1EC3C1907cd4f41
Octal136261354743107315117101
Binary101111010110001111011001111001100101111100110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,177,236); }

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

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

 a { background-color: rgb(94,177,236); }

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

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

 span { border-color: rgb(94,177,236); }

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