#50AAED

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

Shades of Malibu #50AAED

Tints of Malibu #50AAED

Color information

#50AAED (or 0x50AAED) is unknown color: approx Malibu. HEX triplet: 50, AA and ED. RGB value is (80,170,237). Sum of RGB (Red+Green+Blue) = 80+170+237=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #50AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAED is #AF5512. Grayscale: #969696. Windows color (decimal): -11490579 or 15575632. OLE color: 15575632.

HSL color Cylindrical-coordinate representation of color #50AAED: hue angle of 205.61º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50AAED is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80170237-
CMYK0.660.2800.07
HSL205.61º81.35%62.16%-
HSV(B)205.61º66.24%92.94%-
XYZ32.9736.5785.44-
YUV150.73176.6877.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.43%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=16.43%
G=34.91%
B=48.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801702370.660.2800.07205.6181.3562.16
Hex50AAED421C07ce513e
Octal120252355102340731612176
Binary101000010101010111011011000010111000111110011101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AAED; }

 p { color: rgb(80,170,237); }

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

<style>
 a { background-color: #50AAED; }

 a { background-color: rgb(80,170,237); }

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

<style>
 span { border-color: #50AAED; }

 span { border-color: rgb(80,170,237); }

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