#59AFED

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

Shades of Malibu #59AFED

Tints of Malibu #59AFED

Color information

#59AFED (or 0x59AFED) is unknown color: approx Malibu. HEX triplet: 59, AF and ED. RGB value is (89,175,237). Sum of RGB (Red+Green+Blue) = 89+175+237=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #59AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AFED is #A65012. Grayscale: #9C9C9C. Windows color (decimal): -10899475 or 15576921. OLE color: 15576921.

HSL color Cylindrical-coordinate representation of color #59AFED: hue angle of 205.14º 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 #59AFED is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89175237-
CMYK0.620.2600.07
HSL205.14º80.43%63.92%-
HSV(B)205.14º62.45%92.94%-
XYZ34.7438.985.8-
YUV156.35173.5179.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.76%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=17.76%
G=34.93%
B=47.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891752370.620.2600.07205.1480.4363.92
Hex59AFED3E1A07cd5040
Octal131257355763207315120100
Binary101100110101111111011011111101101001111100110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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