#50C4EF

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

Shades of Malibu #50C4EF

Tints of Malibu #50C4EF

Color information

#50C4EF (or 0x50C4EF) is unknown color: approx Malibu. HEX triplet: 50, C4 and EF. RGB value is (80,196,239). Sum of RGB (Red+Green+Blue) = 80+196+239=515 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.53% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #50C4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C4EF is #AF3B10. Grayscale: #A5A5A5. Windows color (decimal): -11483921 or 15713360. OLE color: 15713360.

HSL color Cylindrical-coordinate representation of color #50C4EF: hue angle of 196.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C4EF is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB80196239-
CMYK0.670.1800.06
HSL196.23º83.25%62.55%-
HSV(B)196.23º66.53%93.73%-
XYZ38.6347.4288.78-
YUV166.22169.0766.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.53%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 239 (93.75% from 255) = 46.41%
R=15.53%
G=38.06%
B=46.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal801962390.670.1800.06196.2383.2562.55
Hex50C4EF431206c4533f
Octal120304357103220630412377
Binary101000011000100111011111000011100100110110001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,196,239); }

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

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

 a { background-color: rgb(80,196,239); }

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

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

 span { border-color: rgb(80,196,239); }

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