#50BCE9

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

Shades of Malibu #50BCE9

Tints of Malibu #50BCE9

Color information

#50BCE9 (or 0x50BCE9) is unknown color: approx Malibu. HEX triplet: 50, BC and E9. RGB value is (80,188,233). Sum of RGB (Red+Green+Blue) = 80+188+233=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #50BCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCE9 is #AF4316. Grayscale: #A0A0A0. Windows color (decimal): -11485975 or 15318096. OLE color: 15318096.

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

Color convert

RGB80188233-
CMYK0.660.1900.09
HSL197.65º77.66%61.37%-
HSV(B)197.65º65.67%91.37%-
XYZ3643.5683.6-
YUV160.84168.7270.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.97%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 233 (91.41% from 255) = 46.51%
R=15.97%
G=37.52%
B=46.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal801882330.660.1900.09197.6577.6661.37
Hex50BCE9421309c64e3d
Octal1202743511022301130611675
Binary1010000101111001110100110000101001101001110001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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