#50AAE6

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

Shades of Malibu #50AAE6

Tints of Malibu #50AAE6

Color information

#50AAE6 (or 0x50AAE6) is unknown color: approx Malibu. HEX triplet: 50, AA and E6. RGB value is (80,170,230). Sum of RGB (Red+Green+Blue) = 80+170+230=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #50AAE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAE6 is #AF5519. Grayscale: #959595. Windows color (decimal): -11490586 or 15116880. OLE color: 15116880.

HSL color Cylindrical-coordinate representation of color #50AAE6: hue angle of 204º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50AAE6 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB80170230-
CMYK0.650.2600.10
HSL204º75%60.78%-
HSV(B)204º65.22%90.2%-
XYZ31.9736.1780.16-
YUV149.93173.1878.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.67%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 230 (90.23% from 255) = 47.92%
R=16.67%
G=35.42%
B=47.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal801702300.650.2600.102047560.78
Hex50AAE6411A0Acc4b3d
Octal1202523461013201231411375
Binary1010000101010101110011010000011101001010110011001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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