#50AAEC

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

Shades of Malibu #50AAEC

Tints of Malibu #50AAEC

Color information

#50AAEC (or 0x50AAEC) is unknown color: approx Malibu. HEX triplet: 50, AA and EC. RGB value is (80,170,236). Sum of RGB (Red+Green+Blue) = 80+170+236=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #50AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAEC is #AF5513. Grayscale: #969696. Windows color (decimal): -11490580 or 15510096. OLE color: 15510096.

HSL color Cylindrical-coordinate representation of color #50AAEC: hue angle of 205.38º degrees, saturation: 0.8, 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 #50AAEC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80170236-
CMYK0.660.2800.07
HSL205.38º80.41%61.96%-
HSV(B)205.38º66.1%92.55%-
XYZ32.8236.5184.67-
YUV150.61176.1877.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.46%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=16.46%
G=34.98%
B=48.56%

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
Decimal801702360.660.2800.07205.3880.4161.96
Hex50AAEC421C07cd503e
Octal120252354102340731512076
Binary101000010101010111011001000010111000111110011011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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