#5EC7EF

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

Shades of Malibu #5EC7EF

Tints of Malibu #5EC7EF

Color information

#5EC7EF (or 0x5EC7EF) is unknown color: approx Malibu. HEX triplet: 5E, C7 and EF. RGB value is (94,199,239). Sum of RGB (Red+Green+Blue) = 94+199+239=532 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.67% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EC7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC7EF is #A13810. Grayscale: #ABABAB. Windows color (decimal): -10565649 or 15714142. OLE color: 15714142.

HSL color Cylindrical-coordinate representation of color #5EC7EF: hue angle of 196.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EC7EF is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB94199239-
CMYK0.610.1700.06
HSL196.55º81.92%65.29%-
HSV(B)196.55º60.67%93.73%-
XYZ40.6249.4689.07-
YUV172.16165.7172.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.67%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 239 (93.75% from 255) = 44.92%
R=17.67%
G=37.41%
B=44.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal941992390.610.1700.06196.5581.9265.29
Hex5EC7EF3D1106c55241
Octal136307357752106305122101
Binary101111011000111111011111111011000101101100010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,199,239); }

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

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

 a { background-color: rgb(94,199,239); }

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

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

 span { border-color: rgb(94,199,239); }

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