#50BAEA

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

Shades of Malibu #50BAEA

Tints of Malibu #50BAEA

Color information

#50BAEA (or 0x50BAEA) is unknown color: approx Malibu. HEX triplet: 50, BA and EA. RGB value is (80,186,234). Sum of RGB (Red+Green+Blue) = 80+186+234=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #50BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAEA is #AF4515. Grayscale: #9F9F9F. Windows color (decimal): -11486486 or 15383120. OLE color: 15383120.

HSL color Cylindrical-coordinate representation of color #50BAEA: hue angle of 198.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BAEA is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80186234-
CMYK0.660.2100.08
HSL198.7º78.57%61.57%-
HSV(B)198.7º65.81%91.76%-
XYZ35.7242.7684.21-
YUV159.78169.8871.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=16%
G=37.2%
B=46.8%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801862340.660.2100.08198.778.5761.57
Hex50BAEA421508c74f3e
Octal1202723521022501030711776
Binary1010000101110101110101010000101010101000110001111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,234); }

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

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

 a { background-color: rgb(80,186,234); }

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

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

 span { border-color: rgb(80,186,234); }

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