#50B4E6

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

Shades of Malibu #50B4E6

Tints of Malibu #50B4E6

Color information

#50B4E6 (or 0x50B4E6) is unknown color: approx Malibu. HEX triplet: 50, B4 and E6. RGB value is (80,180,230). Sum of RGB (Red+Green+Blue) = 80+180+230=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #50B4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B4E6 is #AF4B19. Grayscale: #9B9B9B. Windows color (decimal): -11488026 or 15119440. OLE color: 15119440.

HSL color Cylindrical-coordinate representation of color #50B4E6: hue angle of 200º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50B4E6 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB80180230-
CMYK0.650.2200.10
HSL200º75%60.78%-
HSV(B)200º65.22%90.2%-
XYZ33.9140.0680.81-
YUV155.8169.8773.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.33%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 230 (90.23% from 255) = 46.94%
R=16.33%
G=36.73%
B=46.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal801802300.650.2200.102007560.78
Hex50B4E641160Ac84b3d
Octal1202643461012601231011375
Binary1010000101101001110011010000011011001010110010001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,230); }

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

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

 a { background-color: rgb(80,180,230); }

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

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

 span { border-color: rgb(80,180,230); }

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