#50A9ED

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

Shades of Malibu #50A9ED

Tints of Malibu #50A9ED

Color information

#50A9ED (or 0x50A9ED) is unknown color: approx Malibu. HEX triplet: 50, A9 and ED. RGB value is (80,169,237). Sum of RGB (Red+Green+Blue) = 80+169+237=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #50A9ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A9ED is #AF5612. Grayscale: #959595. Windows color (decimal): -11490835 or 15575376. OLE color: 15575376.

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

Color convert

RGB80169237-
CMYK0.660.2900.07
HSL205.99º81.35%62.16%-
HSV(B)205.99º66.24%92.94%-
XYZ32.7836.285.38-
YUV150.14177.0177.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.46%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 237 (92.97% from 255) = 48.77%
R=16.46%
G=34.77%
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
Decimal801692370.660.2900.07205.9981.3562.16
Hex50A9ED421D07ce513e
Octal120251355102350731612176
Binary101000010101001111011011000010111010111110011101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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