#5EB5DA

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

Shades of Malibu #5EB5DA

Tints of Malibu #5EB5DA

Color information

#5EB5DA (or 0x5EB5DA) is unknown color: approx Malibu. HEX triplet: 5E, B5 and DA. RGB value is (94,181,218). Sum of RGB (Red+Green+Blue) = 94+181+218=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #5EB5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB5DA is #A14A25. Grayscale: #9E9E9E. Windows color (decimal): -10570278 or 14333278. OLE color: 14333278.

HSL color Cylindrical-coordinate representation of color #5EB5DA: hue angle of 197.9º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EB5DA is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94181218-
CMYK0.570.1700.15
HSL197.9º62.63%61.18%-
HSV(B)197.9º56.88%85.49%-
XYZ33.7940.4972.36-
YUV159.21161.1881.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.07%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=19.07%
G=36.71%
B=44.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941812180.570.1700.15197.962.6361.18
Hex5EB5DA39110Fc63f3d
Octal13626533271210173067775
Binary10111101011010111011010111001100010111111000110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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