#50B8E9

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

Shades of Malibu #50B8E9

Tints of Malibu #50B8E9

Color information

#50B8E9 (or 0x50B8E9) is unknown color: approx Malibu. HEX triplet: 50, B8 and E9. RGB value is (80,184,233). Sum of RGB (Red+Green+Blue) = 80+184+233=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #50B8E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B8E9 is #AF4716. Grayscale: #9E9E9E. Windows color (decimal): -11486999 or 15317072. OLE color: 15317072.

HSL color Cylindrical-coordinate representation of color #50B8E9: hue angle of 199.22º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B8E9 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB80184233-
CMYK0.660.2100.09
HSL199.22º77.66%61.37%-
HSV(B)199.22º65.67%91.37%-
XYZ35.1641.8783.32-
YUV158.49170.0472.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.10%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 233 (91.41% from 255) = 46.88%
R=16.10%
G=37.02%
B=46.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal801842330.660.2100.09199.2277.6661.37
Hex50B8E9421509c74e3d
Octal1202703511022501130711675
Binary1010000101110001110100110000101010101001110001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,184,233); }

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

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

 a { background-color: rgb(80,184,233); }

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

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

 span { border-color: rgb(80,184,233); }

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