#5EADD9

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

Shades of Malibu #5EADD9

Tints of Malibu #5EADD9

Color information

#5EADD9 (or 0x5EADD9) is unknown color: approx Malibu. HEX triplet: 5E, AD and D9. RGB value is (94,173,217). Sum of RGB (Red+Green+Blue) = 94+173+217=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #5EADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADD9 is #A15226. Grayscale: #9A9A9A. Windows color (decimal): -10572327 or 14265694. OLE color: 14265694.

HSL color Cylindrical-coordinate representation of color #5EADD9: hue angle of 201.46º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EADD9 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94173217-
CMYK0.570.2000.15
HSL201.46º61.81%60.98%-
HSV(B)201.46º56.68%85.1%-
XYZ32.0837.2871.15-
YUV154.39163.3384.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 217 (85.16% from 255) = 44.83%
R=19.42%
G=35.74%
B=44.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941732170.570.2000.15201.4661.8160.98
Hex5EADD939140Fc93e3d
Octal13625533171240173117675
Binary10111101010110111011001111001101000111111001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,173,217); }

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

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

 a { background-color: rgb(94,173,217); }

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

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

 span { border-color: rgb(94,173,217); }

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