#5EAFED

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

Shades of Malibu #5EAFED

Tints of Malibu #5EAFED

Color information

#5EAFED (or 0x5EAFED) is unknown color: approx Malibu. HEX triplet: 5E, AF and ED. RGB value is (94,175,237). Sum of RGB (Red+Green+Blue) = 94+175+237=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EAFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAFED is #A15012. Grayscale: #9D9D9D. Windows color (decimal): -10571795 or 15576926. OLE color: 15576926.

HSL color Cylindrical-coordinate representation of color #5EAFED: hue angle of 206.01º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EAFED is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94175237-
CMYK0.600.2600.07
HSL206.01º79.89%64.9%-
HSV(B)206.01º60.34%92.94%-
XYZ35.2339.1585.82-
YUV157.85172.6682.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.58%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=18.58%
G=34.58%
B=46.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal941752370.600.2600.07206.0179.8964.9
Hex5EAFED3C1A07ce5041
Octal136257355743207316120101
Binary101111010101111111011011111001101001111100111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,237); }

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

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

 a { background-color: rgb(94,175,237); }

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

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

 span { border-color: rgb(94,175,237); }

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