#50BCE6

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

Shades of Malibu #50BCE6

Tints of Malibu #50BCE6

Color information

#50BCE6 (or 0x50BCE6) is unknown color: approx Malibu. HEX triplet: 50, BC and E6. RGB value is (80,188,230). Sum of RGB (Red+Green+Blue) = 80+188+230=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #50BCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCE6 is #AF4319. Grayscale: #A0A0A0. Windows color (decimal): -11485978 or 15121488. OLE color: 15121488.

HSL color Cylindrical-coordinate representation of color #50BCE6: hue angle of 196.8º 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 #50BCE6 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB80188230-
CMYK0.650.1800.10
HSL196.8º75%60.78%-
HSV(B)196.8º65.22%90.2%-
XYZ35.5743.3981.36-
YUV160.5167.2270.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.06%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 230 (90.23% from 255) = 46.18%
R=16.06%
G=37.75%
B=46.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal801882300.650.1800.10196.87560.78
Hex50BCE641120Ac54b3d
Octal1202743461012201230511375
Binary1010000101111001110011010000011001001010110001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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