#50B7F1

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

Shades of Malibu #50B7F1

Tints of Malibu #50B7F1

Color information

#50B7F1 (or 0x50B7F1) is unknown color: approx Malibu. HEX triplet: 50, B7 and F1. RGB value is (80,183,241). Sum of RGB (Red+Green+Blue) = 80+183+241=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #50B7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B7F1 is #AF480E. Grayscale: #9E9E9E. Windows color (decimal): -11487247 or 15841104. OLE color: 15841104.

HSL color Cylindrical-coordinate representation of color #50B7F1: hue angle of 201.61º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B7F1 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80183241-
CMYK0.670.2400.05
HSL201.61º85.19%62.94%-
HSV(B)201.61º66.8%94.51%-
XYZ36.1241.9289.41-
YUV158.81174.3871.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.87%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 241 (94.53% from 255) = 47.82%
R=15.87%
G=36.31%
B=47.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal801832410.670.2400.05201.6185.1962.94
Hex50B7F1431805ca553f
Octal120267361103300531212577
Binary101000010110111111100011000011110000101110010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,183,241); }

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

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

 a { background-color: rgb(80,183,241); }

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

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

 span { border-color: rgb(80,183,241); }

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