#5AACE0

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

Shades of Malibu #5AACE0

Tints of Malibu #5AACE0

Color information

#5AACE0 (or 0x5AACE0) is unknown color: approx Malibu. HEX triplet: 5A, AC and E0. RGB value is (90,172,224). Sum of RGB (Red+Green+Blue) = 90+172+224=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #5AACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACE0 is #A5531F. Grayscale: #999999. Windows color (decimal): -10834720 or 14724186. OLE color: 14724186.

HSL color Cylindrical-coordinate representation of color #5AACE0: hue angle of 203.28º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AACE0 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB90172224-
CMYK0.600.2300.12
HSL203.28º68.37%61.57%-
HSV(B)203.28º59.82%87.84%-
XYZ32.4237.0675.97-
YUV153.41167.8382.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.52%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=18.52%
G=35.39%
B=46.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal901722240.600.2300.12203.2868.3761.57
Hex5AACE03C170Ccb443e
Octal132254340742701431310476
Binary101101010101100111000001111001011101100110010111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,172,224); }

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

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

 a { background-color: rgb(90,172,224); }

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

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

 span { border-color: rgb(90,172,224); }

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