#5EAEDC

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

Shades of Malibu #5EAEDC

Tints of Malibu #5EAEDC

Color information

#5EAEDC (or 0x5EAEDC) is unknown color: approx Malibu. HEX triplet: 5E, AE and DC. RGB value is (94,174,220). Sum of RGB (Red+Green+Blue) = 94+174+220=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEDC is #A15123. Grayscale: #9B9B9B. Windows color (decimal): -10572068 or 14462558. OLE color: 14462558.

HSL color Cylindrical-coordinate representation of color #5EAEDC: hue angle of 201.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAEDC is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB94174220-
CMYK0.570.2100.14
HSL201.9º64.29%61.57%-
HSV(B)201.9º57.27%86.27%-
XYZ32.6737.8273.29-
YUV155.32164.584.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.26%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=19.26%
G=35.66%
B=45.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941742200.570.2100.14201.964.2961.57
Hex5EAEDC39150Eca403e
Octal136256334712501631210076
Binary101111010101110110111001110011010101110110010101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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