#5AAEEA

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

Shades of Malibu #5AAEEA

Tints of Malibu #5AAEEA

Color information

#5AAEEA (or 0x5AAEEA) is unknown color: approx Malibu. HEX triplet: 5A, AE and EA. RGB value is (90,174,234). Sum of RGB (Red+Green+Blue) = 90+174+234=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAEEA is #A55115. Grayscale: #9B9B9B. Windows color (decimal): -10834198 or 15380058. OLE color: 15380058.

HSL color Cylindrical-coordinate representation of color #5AAEEA: hue angle of 205º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AAEEA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90174234-
CMYK0.620.2600.08
HSL205º77.42%63.53%-
HSV(B)205º61.54%91.76%-
XYZ34.238.3983.45-
YUV155.72172.1781.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.07%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=18.07%
G=34.94%
B=46.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901742340.620.2600.0820577.4263.53
Hex5AAEEA3E1A08cd4d40
Octal1322563527632010315115100
Binary1011010101011101110101011111011010010001100110110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,174,234); }

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

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

 a { background-color: rgb(90,174,234); }

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

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

 span { border-color: rgb(90,174,234); }

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