#5ECAF1

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

Shades of Malibu #5ECAF1

Tints of Malibu #5ECAF1

Color information

#5ECAF1 (or 0x5ECAF1) is unknown color: approx Malibu. HEX triplet: 5E, CA and F1. RGB value is (94,202,241). Sum of RGB (Red+Green+Blue) = 94+202+241=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ECAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECAF1 is #A1350E. Grayscale: #ADADAD. Windows color (decimal): -10564879 or 15845982. OLE color: 15845982.

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

Color convert

RGB94202241-
CMYK0.610.1600.05
HSL195.92º84%65.69%-
HSV(B)195.92º61%94.51%-
XYZ41.6150.9790.86-
YUV174.15165.7270.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.50%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=17.50%
G=37.62%
B=44.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942022410.610.1600.05195.928465.69
Hex5ECAF13D1005c45442
Octal136312361752005304124102
Binary101111011001010111100011111011000001011100010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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