#50BAEB

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

Shades of Malibu #50BAEB

Tints of Malibu #50BAEB

Color information

#50BAEB (or 0x50BAEB) is unknown color: approx Malibu. HEX triplet: 50, BA and EB. RGB value is (80,186,235). Sum of RGB (Red+Green+Blue) = 80+186+235=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #50BAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAEB is #AF4514. Grayscale: #9F9F9F. Windows color (decimal): -11486485 or 15448656. OLE color: 15448656.

HSL color Cylindrical-coordinate representation of color #50BAEB: hue angle of 198.97º 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 #50BAEB is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80186235-
CMYK0.660.2100.08
HSL198.97º79.49%61.76%-
HSV(B)198.97º65.96%92.16%-
XYZ35.8642.8284.97-
YUV159.89170.3871.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.97%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=15.97%
G=37.13%
B=46.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801862350.660.2100.08198.9779.4961.76
Hex50BAEB421508c74f3e
Octal1202723531022501030711776
Binary1010000101110101110101110000101010101000110001111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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