#5EB5EB

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

Shades of Malibu #5EB5EB

Tints of Malibu #5EB5EB

Color information

#5EB5EB (or 0x5EB5EB) is unknown color: approx Malibu. HEX triplet: 5E, B5 and EB. RGB value is (94,181,235). Sum of RGB (Red+Green+Blue) = 94+181+235=510 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.43% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EB5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EB5EB is #A14A14. Grayscale: #A0A0A0. Windows color (decimal): -10570261 or 15447390. OLE color: 15447390.

HSL color Cylindrical-coordinate representation of color #5EB5EB: hue angle of 202.98º 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 #5EB5EB is Cyan = 0.6, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94181235-
CMYK0.60.2300.08
HSL202.98º77.9%64.51%-
HSV(B)202.98º60%92.16%-
XYZ36.1441.4384.69-
YUV161.14169.6880.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.43%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=18.43%
G=35.49%
B=46.08%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941812350.60.2300.08202.9877.964.51
Hex5EB5EB3C1708cb4e41
Octal1362653537427010313116101
Binary1011110101101011110101111110010111010001100101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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