#50AEEE

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

Shades of Malibu #50AEEE

Tints of Malibu #50AEEE

Color information

#50AEEE (or 0x50AEEE) is unknown color: approx Malibu. HEX triplet: 50, AE and EE. RGB value is (80,174,238). Sum of RGB (Red+Green+Blue) = 80+174+238=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #50AEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AEEE is #AF5111. Grayscale: #989898. Windows color (decimal): -11489554 or 15642192. OLE color: 15642192.

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

Color convert

RGB80174238-
CMYK0.660.2700.07
HSL204.3º82.29%62.35%-
HSV(B)204.3º66.39%93.33%-
XYZ33.8838.1586.47-
YUV153.19175.8675.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.26%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 238 (93.36% from 255) = 48.37%
R=16.26%
G=35.37%
B=48.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801742380.660.2700.07204.382.2962.35
Hex50AEEE421B07cc523e
Octal120256356102330731412276
Binary101000010101110111011101000010110110111110011001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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