#50BEDE

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

Shades of Malibu #50BEDE

Tints of Malibu #50BEDE

Color information

#50BEDE (or 0x50BEDE) is unknown color: approx Malibu. HEX triplet: 50, BE and DE. RGB value is (80,190,222). Sum of RGB (Red+Green+Blue) = 80+190+222=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #50BEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEDE is #AF4121. Grayscale: #A0A0A0. Windows color (decimal): -11485474 or 14597712. OLE color: 14597712.

HSL color Cylindrical-coordinate representation of color #50BEDE: hue angle of 193.52º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BEDE is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80190222-
CMYK0.640.1400.13
HSL193.52º68.27%59.22%-
HSV(B)193.52º63.96%87.06%-
XYZ34.9143.8175.72-
YUV160.76162.5670.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.26%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=16.26%
G=38.62%
B=45.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801902220.640.1400.13193.5268.2759.22
Hex50BEDE40E0Dc2443b
Octal1202763361001601530210473
Binary101000010111110110111101000000111001101110000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,190,222); }

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

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

 a { background-color: rgb(80,190,222); }

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

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

 span { border-color: rgb(80,190,222); }

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