#50B6FB

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

Shades of Malibu #50B6FB

Tints of Malibu #50B6FB

Color information

#50B6FB (or 0x50B6FB) is unknown color: approx Malibu. HEX triplet: 50, B6 and FB. RGB value is (80,182,251). Sum of RGB (Red+Green+Blue) = 80+182+251=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #50B6FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B6FB is #AF4904. Grayscale: #9E9E9E. Windows color (decimal): -11487493 or 16496208. OLE color: 16496208.

HSL color Cylindrical-coordinate representation of color #50B6FB: hue angle of 204.21º 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 #50B6FB is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80182251-
CMYK0.680.2700.02
HSL204.21º95.53%64.9%-
HSV(B)204.21º68.13%98.43%-
XYZ37.4542.1397.42-
YUV159.37179.7171.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.59%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=15.59%
G=35.48%
B=48.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801822510.680.2700.02204.2195.5364.9
Hex50B6FB441B02cc6041
Octal1202663731043302314140101
Binary101000010110110111110111000100110110101100110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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