#50B1ED

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

Shades of Malibu #50B1ED

Tints of Malibu #50B1ED

Color information

#50B1ED (or 0x50B1ED) is unknown color: approx Malibu. HEX triplet: 50, B1 and ED. RGB value is (80,177,237). Sum of RGB (Red+Green+Blue) = 80+177+237=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #50B1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B1ED is #AF4E12. Grayscale: #9A9A9A. Windows color (decimal): -11488787 or 15577424. OLE color: 15577424.

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

Color convert

RGB80177237-
CMYK0.660.2500.07
HSL202.93º81.35%62.16%-
HSV(B)202.93º66.24%92.94%-
XYZ34.3239.2685.89-
YUV154.84174.3674.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.19%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=16.19%
G=35.83%
B=47.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801772370.660.2500.07202.9381.3562.16
Hex50B1ED421907cb513e
Octal120261355102310731312176
Binary101000010110001111011011000010110010111110010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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