#5EB3DC

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

Shades of Malibu #5EB3DC

Tints of Malibu #5EB3DC

Color information

#5EB3DC (or 0x5EB3DC) is unknown color: approx Malibu. HEX triplet: 5E, B3 and DC. RGB value is (94,179,220). Sum of RGB (Red+Green+Blue) = 94+179+220=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EB3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB3DC is #A14C23. Grayscale: #9E9E9E. Windows color (decimal): -10570788 or 14463838. OLE color: 14463838.

HSL color Cylindrical-coordinate representation of color #5EB3DC: hue angle of 199.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EB3DC is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB94179220-
CMYK0.570.1900.14
HSL199.52º64.29%61.57%-
HSV(B)199.52º57.27%86.27%-
XYZ33.6539.7973.62-
YUV158.26162.8482.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.07%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=19.07%
G=36.31%
B=44.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941792200.570.1900.14199.5264.2961.57
Hex5EB3DC39130Ec8403e
Octal136263334712301631010076
Binary101111010110011110111001110011001101110110010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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