#50B2EB

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

Shades of Malibu #50B2EB

Tints of Malibu #50B2EB

Color information

#50B2EB (or 0x50B2EB) is unknown color: approx Malibu. HEX triplet: 50, B2 and EB. RGB value is (80,178,235). Sum of RGB (Red+Green+Blue) = 80+178+235=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #50B2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B2EB is #AF4D14. Grayscale: #9A9A9A. Windows color (decimal): -11488533 or 15446608. OLE color: 15446608.

HSL color Cylindrical-coordinate representation of color #50B2EB: hue angle of 202.06º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B2EB is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80178235-
CMYK0.660.2400.08
HSL202.06º79.49%61.76%-
HSV(B)202.06º65.96%92.16%-
XYZ34.2239.5484.43-
YUV155.2173.0374.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.23%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=16.23%
G=36.11%
B=47.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801782350.660.2400.08202.0679.4961.76
Hex50B2EB421808ca4f3e
Octal1202623531023001031211776
Binary1010000101100101110101110000101100001000110010101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,178,235); }

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

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

 a { background-color: rgb(80,178,235); }

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

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

 span { border-color: rgb(80,178,235); }

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