#5EB6D5

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

Shades of Malibu #5EB6D5

Tints of Malibu #5EB6D5

Color information

#5EB6D5 (or 0x5EB6D5) is unknown color: approx Malibu. HEX triplet: 5E, B6 and D5. RGB value is (94,182,213). Sum of RGB (Red+Green+Blue) = 94+182+213=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #5EB6D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB6D5 is #A1492A. Grayscale: #9F9F9F. Windows color (decimal): -10570027 or 14005854. OLE color: 14005854.

HSL color Cylindrical-coordinate representation of color #5EB6D5: hue angle of 195.63º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EB6D5 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB94182213-
CMYK0.560.1500.16
HSL195.63º58.62%60.2%-
HSV(B)195.63º55.87%83.53%-
XYZ33.3540.6469.04-
YUV159.22158.3581.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.22%
GREEN value IS 182 (71.48% from 255) = 37.22%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=19.22%
G=37.22%
B=43.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal941822130.560.1500.16195.6358.6260.2
Hex5EB6D538F010c43b3c
Octal13626632570170203047374
Binary10111101011011011010101111000111101000011000100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,182,213); }

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

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

 a { background-color: rgb(94,182,213); }

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

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

 span { border-color: rgb(94,182,213); }

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