#59ACE7

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

Shades of Malibu #59ACE7

Tints of Malibu #59ACE7

Color information

#59ACE7 (or 0x59ACE7) is unknown color: approx Malibu. HEX triplet: 59, AC and E7. RGB value is (89,172,231). Sum of RGB (Red+Green+Blue) = 89+172+231=492 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.09% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #59ACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ACE7 is #A65318. Grayscale: #999999. Windows color (decimal): -10900249 or 15182937. OLE color: 15182937.

HSL color Cylindrical-coordinate representation of color #59ACE7: hue angle of 204.93º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59ACE7 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89172231-
CMYK0.610.2600.09
HSL204.93º74.74%62.75%-
HSV(B)204.93º61.47%90.59%-
XYZ33.337.481.07-
YUV153.91171.581.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.09%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 231 (90.62% from 255) = 46.95%
R=18.09%
G=34.96%
B=46.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal891722310.610.2600.09204.9374.7462.75
Hex59ACE73D1A09cd4b3f
Octal131254347753201131511377
Binary101100110101100111001111111011101001001110011011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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