#50B8F5

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

Shades of Malibu #50B8F5

Tints of Malibu #50B8F5

Color information

#50B8F5 (or 0x50B8F5) is unknown color: approx Malibu. HEX triplet: 50, B8 and F5. RGB value is (80,184,245). Sum of RGB (Red+Green+Blue) = 80+184+245=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #50B8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B8F5 is #AF470A. Grayscale: #9F9F9F. Windows color (decimal): -11486987 or 16103504. OLE color: 16103504.

HSL color Cylindrical-coordinate representation of color #50B8F5: hue angle of 202.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B8F5 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80184245-
CMYK0.670.2500.04
HSL202.18º89.19%63.73%-
HSV(B)202.18º67.35%96.08%-
XYZ36.9342.5892.66-
YUV159.86176.0471.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.72%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 245 (96.09% from 255) = 48.13%
R=15.72%
G=36.15%
B=48.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal801842450.670.2500.04202.1889.1963.73
Hex50B8F5431904ca5940
Octal1202703651033104312131100
Binary1010000101110001111010110000111100101001100101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,184,245); }

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

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

 a { background-color: rgb(80,184,245); }

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

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

 span { border-color: rgb(80,184,245); }

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