#5EC5F1

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

Shades of Malibu #5EC5F1

Tints of Malibu #5EC5F1

Color information

#5EC5F1 (or 0x5EC5F1) is unknown color: approx Malibu. HEX triplet: 5E, C5 and F1. RGB value is (94,197,241). Sum of RGB (Red+Green+Blue) = 94+197+241=532 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.67% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #5EC5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC5F1 is #A13A0E. Grayscale: #AAAAAA. Windows color (decimal): -10566159 or 15844702. OLE color: 15844702.

HSL color Cylindrical-coordinate representation of color #5EC5F1: hue angle of 197.96º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EC5F1 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB94197241-
CMYK0.610.1800.05
HSL197.96º84%65.69%-
HSV(B)197.96º61%94.51%-
XYZ40.4648.6690.48-
YUV171.22167.3872.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.67%
GREEN value IS 197 (77.34% from 255) = 37.03%
BLUE value IS 241 (94.53% from 255) = 45.30%
R=17.67%
G=37.03%
B=45.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal941972410.610.1800.05197.968465.69
Hex5EC5F13D1205c65442
Octal136305361752205306124102
Binary101111011000101111100011111011001001011100011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,197,241); }

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

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

 a { background-color: rgb(94,197,241); }

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

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

 span { border-color: rgb(94,197,241); }

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