#50B5E1

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

Shades of Malibu #50B5E1

Tints of Malibu #50B5E1

Color information

#50B5E1 (or 0x50B5E1) is unknown color: approx Malibu. HEX triplet: 50, B5 and E1. RGB value is (80,181,225). Sum of RGB (Red+Green+Blue) = 80+181+225=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #50B5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5E1 is #AF4A1E. Grayscale: #9B9B9B. Windows color (decimal): -11487775 or 14792016. OLE color: 14792016.

HSL color Cylindrical-coordinate representation of color #50B5E1: hue angle of 198.21º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50B5E1 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB80181225-
CMYK0.640.2000.12
HSL198.21º70.73%59.8%-
HSV(B)198.21º64.44%88.24%-
XYZ33.4240.1977.23-
YUV155.82167.0473.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.46%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 225 (88.28% from 255) = 46.30%
R=16.46%
G=37.24%
B=46.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal801812250.640.2000.12198.2170.7359.8
Hex50B5E140140Cc6473c
Octal1202653411002401430610774
Binary1010000101101011110000110000001010001100110001101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,225); }

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

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

 a { background-color: rgb(80,181,225); }

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

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

 span { border-color: rgb(80,181,225); }

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