#59ACED

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

Shades of Malibu #59ACED

Tints of Malibu #59ACED

Color information

#59ACED (or 0x59ACED) is unknown color: approx Malibu. HEX triplet: 59, AC and ED. RGB value is (89,172,237). Sum of RGB (Red+Green+Blue) = 89+172+237=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #59ACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ACED is #A65312. Grayscale: #9A9A9A. Windows color (decimal): -10900243 or 15576153. OLE color: 15576153.

HSL color Cylindrical-coordinate representation of color #59ACED: hue angle of 206.35º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ACED is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89172237-
CMYK0.620.2700.07
HSL206.35º80.43%63.92%-
HSV(B)206.35º62.45%92.94%-
XYZ34.1637.7485.61-
YUV154.59174.581.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.87%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=17.87%
G=34.54%
B=47.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891722370.620.2700.07206.3580.4363.92
Hex59ACED3E1B07ce5040
Octal131254355763307316120100
Binary101100110101100111011011111101101101111100111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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