#5EB3EA

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

Shades of Malibu #5EB3EA

Tints of Malibu #5EB3EA

Color information

#5EB3EA (or 0x5EB3EA) is unknown color: approx Malibu. HEX triplet: 5E, B3 and EA. RGB value is (94,179,234). Sum of RGB (Red+Green+Blue) = 94+179+234=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EB3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EB3EA is #A14C15. Grayscale: #9F9F9F. Windows color (decimal): -10570774 or 15381342. OLE color: 15381342.

HSL color Cylindrical-coordinate representation of color #5EB3EA: hue angle of 203.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EB3EA is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94179234-
CMYK0.600.2400.08
HSL203.57º76.92%64.31%-
HSV(B)203.57º59.83%91.76%-
XYZ35.5940.5683.8-
YUV159.86169.8481.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.54%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=18.54%
G=35.31%
B=46.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941792340.600.2400.08203.5776.9264.31
Hex5EB3EA3C1808cc4d40
Octal1362633527430010314115100
Binary1011110101100111110101011110011000010001100110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,179,234); }

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

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

 a { background-color: rgb(94,179,234); }

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

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

 span { border-color: rgb(94,179,234); }

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