#50C5EF

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

Shades of Malibu #50C5EF

Tints of Malibu #50C5EF

Color information

#50C5EF (or 0x50C5EF) is unknown color: approx Malibu. HEX triplet: 50, C5 and EF. RGB value is (80,197,239). Sum of RGB (Red+Green+Blue) = 80+197+239=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #50C5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C5EF is #AF3A10. Grayscale: #A6A6A6. Windows color (decimal): -11483665 or 15713616. OLE color: 15713616.

HSL color Cylindrical-coordinate representation of color #50C5EF: hue angle of 195.85º 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 #50C5EF is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB80197239-
CMYK0.670.1800.06
HSL195.85º83.25%62.55%-
HSV(B)195.85º66.53%93.73%-
XYZ38.8547.8788.85-
YUV166.8168.7466.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.50%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=15.50%
G=38.18%
B=46.32%

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
Decimal801972390.670.1800.06195.8583.2562.55
Hex50C5EF431206c4533f
Octal120305357103220630412377
Binary101000011000101111011111000011100100110110001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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