#50AEFF

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

Shades of Malibu #50AEFF

Tints of Malibu #50AEFF

Color information

#50AEFF (or 0x50AEFF) is unknown color: approx Malibu. HEX triplet: 50, AE and FF. RGB value is (80,174,255). Sum of RGB (Red+Green+Blue) = 80+174+255=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #50AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AEFF is #AF5100. Grayscale: #9A9A9A. Windows color (decimal): -11489537 or 16756304. OLE color: 16756304.

HSL color Cylindrical-coordinate representation of color #50AEFF: hue angle of 207.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50AEFF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB80174255-
CMYK0.690.3200
HSL207.77º100%65.69%-
HSV(B)207.77º68.63%100%-
XYZ36.4939.2100.25-
YUV155.13184.3674.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.72%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 255 (100% from 255) = 50.10%
R=15.72%
G=34.18%
B=50.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal801742550.690.3200207.7710065.69
Hex50AEFF452000d06442
Octal1202563771054000320144102
Binary101000010101110111111111000101100000001101000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,255); }

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

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

 a { background-color: rgb(80,174,255); }

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

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

 span { border-color: rgb(80,174,255); }

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