#50C3EF

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

Shades of Malibu #50C3EF

Tints of Malibu #50C3EF

Color information

#50C3EF (or 0x50C3EF) is unknown color: approx Malibu. HEX triplet: 50, C3 and EF. RGB value is (80,195,239). Sum of RGB (Red+Green+Blue) = 80+195+239=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #50C3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C3EF is #AF3C10. Grayscale: #A5A5A5. Windows color (decimal): -11484177 or 15713104. OLE color: 15713104.

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

Color convert

RGB80195239-
CMYK0.670.1800.06
HSL196.6º83.25%62.55%-
HSV(B)196.6º66.53%93.73%-
XYZ38.446.9788.7-
YUV165.63169.466.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.56%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 239 (93.75% from 255) = 46.50%
R=15.56%
G=37.94%
B=46.50%

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
Decimal801952390.670.1800.06196.683.2562.55
Hex50C3EF431206c5533f
Octal120303357103220630512377
Binary101000011000011111011111000011100100110110001011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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