#50AAEE

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

Shades of Malibu #50AAEE

Tints of Malibu #50AAEE

Color information

#50AAEE (or 0x50AAEE) is unknown color: approx Malibu. HEX triplet: 50, AA and EE. RGB value is (80,170,238). Sum of RGB (Red+Green+Blue) = 80+170+238=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #50AAEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAEE is #AF5511. Grayscale: #969696. Windows color (decimal): -11490578 or 15641168. OLE color: 15641168.

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

Color convert

RGB80170238-
CMYK0.660.2900.07
HSL205.82º82.29%62.35%-
HSV(B)205.82º66.39%93.33%-
XYZ33.1236.6386.21-
YUV150.84177.1877.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.39%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 238 (93.36% from 255) = 48.77%
R=16.39%
G=34.84%
B=48.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801702380.660.2900.07205.8282.2962.35
Hex50AAEE421D07ce523e
Octal120252356102350731612276
Binary101000010101010111011101000010111010111110011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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