#50b9e6

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

Shades of Malibu #50B9E6

Tints of Malibu #50B9E6

Color information

#50B9E6 (or 0x50B9E6) is unknown color: approx Malibu. HEX triplet: 50, B9 and E6. RGB value is (80,185,230). Sum of RGB (Red+Green+Blue) = 80+185+230=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #50B9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9E6 is #AF4619. Grayscale: #9E9E9E. Windows color (decimal): -11486746 or 15120720. OLE color: 15120720.

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

Color convert

RGB80185230-
CMYK0.650.2000.10
HSL198º75%60.78%-
HSV(B)198º65.22%90.2%-
XYZ34.9442.1281.15-
YUV158.73168.2171.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.16%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 230 (90.23% from 255) = 46.46%
R=16.16%
G=37.37%
B=46.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal801852300.650.2000.101987560.78
Hex50B9E641140Ac64b3d
Octal1202713461012401230611375
Binary1010000101110011110011010000011010001010110001101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b9e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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