#50B5FB

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

Shades of Malibu #50B5FB

Tints of Malibu #50B5FB

Color information

#50B5FB (or 0x50B5FB) is unknown color: approx Malibu. HEX triplet: 50, B5 and FB. RGB value is (80,181,251). Sum of RGB (Red+Green+Blue) = 80+181+251=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #50B5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5FB is #AF4A04. Grayscale: #9E9E9E. Windows color (decimal): -11487749 or 16495952. OLE color: 16495952.

HSL color Cylindrical-coordinate representation of color #50B5FB: hue angle of 204.56º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50B5FB is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80181251-
CMYK0.680.2800.02
HSL204.56º95.53%64.9%-
HSV(B)204.56º68.13%98.43%-
XYZ37.2441.7297.36-
YUV158.78180.0471.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.62%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=15.62%
G=35.35%
B=49.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801812510.680.2800.02204.5695.5364.9
Hex50B5FB441C02cd6041
Octal1202653731043402315140101
Binary101000010110101111110111000100111000101100110111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,251); }

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

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

 a { background-color: rgb(80,181,251); }

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

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

 span { border-color: rgb(80,181,251); }

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