#50BAEC

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

Shades of Malibu #50BAEC

Tints of Malibu #50BAEC

Color information

#50BAEC (or 0x50BAEC) is unknown color: approx Malibu. HEX triplet: 50, BA and EC. RGB value is (80,186,236). Sum of RGB (Red+Green+Blue) = 80+186+236=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #50BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAEC is #AF4513. Grayscale: #9F9F9F. Windows color (decimal): -11486484 or 15514192. OLE color: 15514192.

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

Color convert

RGB80186236-
CMYK0.660.2100.07
HSL199.23º80.41%61.96%-
HSV(B)199.23º66.1%92.55%-
XYZ36.0142.8885.74-
YUV160.01170.8870.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.94%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 236 (92.58% from 255) = 47.01%
R=15.94%
G=37.05%
B=47.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801862360.660.2100.07199.2380.4161.96
Hex50BAEC421507c7503e
Octal120272354102250730712076
Binary101000010111010111011001000010101010111110001111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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