#5EB7F1

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

Shades of Malibu #5EB7F1

Tints of Malibu #5EB7F1

Color information

#5EB7F1 (or 0x5EB7F1) is unknown color: approx Malibu. HEX triplet: 5E, B7 and F1. RGB value is (94,183,241). Sum of RGB (Red+Green+Blue) = 94+183+241=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #5EB7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EB7F1 is #A1480E. Grayscale: #A2A2A2. Windows color (decimal): -10569743 or 15841118. OLE color: 15841118.

HSL color Cylindrical-coordinate representation of color #5EB7F1: hue angle of 203.67º 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 #5EB7F1 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB94183241-
CMYK0.610.2400.05
HSL203.67º84%65.69%-
HSV(B)203.67º61%94.51%-
XYZ37.4342.689.47-
YUV163172.0178.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.15%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=18.15%
G=35.33%
B=46.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal941832410.610.2400.05203.678465.69
Hex5EB7F13D1805cc5442
Octal136267361753005314124102
Binary101111010110111111100011111011100001011100110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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