#5EAEED

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

Shades of Malibu #5EAEED

Tints of Malibu #5EAEED

Color information

#5EAEED (or 0x5EAEED) is unknown color: approx Malibu. HEX triplet: 5E, AE and ED. RGB value is (94,174,237). Sum of RGB (Red+Green+Blue) = 94+174+237=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EAEED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAEED is #A15112. Grayscale: #9C9C9C. Windows color (decimal): -10572051 or 15576670. OLE color: 15576670.

HSL color Cylindrical-coordinate representation of color #5EAEED: hue angle of 206.43º 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 #5EAEED is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94174237-
CMYK0.600.2700.07
HSL206.43º79.89%64.9%-
HSV(B)206.43º60.34%92.94%-
XYZ35.0438.7785.76-
YUV157.2617382.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.61%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 237 (92.97% from 255) = 46.93%
R=18.61%
G=34.46%
B=46.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal941742370.600.2700.07206.4379.8964.9
Hex5EAEED3C1B07ce5041
Octal136256355743307316120101
Binary101111010101110111011011111001101101111100111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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