#59ACE0

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

Shades of Malibu #59ACE0

Tints of Malibu #59ACE0

Color information

#59ACE0 (or 0x59ACE0) is unknown color: approx Malibu. HEX triplet: 59, AC and E0. RGB value is (89,172,224). Sum of RGB (Red+Green+Blue) = 89+172+224=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #59ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACE0 is #A6531F. Grayscale: #989898. Windows color (decimal): -10900256 or 14724185. OLE color: 14724185.

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

Color convert

RGB89172224-
CMYK0.600.2300.12
HSL203.11º68.53%61.37%-
HSV(B)203.11º60.27%87.84%-
XYZ32.3337.0175.96-
YUV153.1116882.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.35%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=18.35%
G=35.46%
B=46.19%

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
Decimal891722240.600.2300.12203.1168.5361.37
Hex59ACE03C170Ccb453d
Octal131254340742701431310575
Binary101100110101100111000001111001011101100110010111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59ACE0; }

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

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

<style>
 a { background-color: #59ACE0; }

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

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

<style>
 span { border-color: #59ACE0; }

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

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