#50AFF5

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

Shades of Malibu #50AFF5

Tints of Malibu #50AFF5

Color information

#50AFF5 (or 0x50AFF5) is unknown color: approx Malibu. HEX triplet: 50, AF and F5. RGB value is (80,175,245). Sum of RGB (Red+Green+Blue) = 80+175+245=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #50AFF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AFF5 is #AF500A. Grayscale: #9A9A9A. Windows color (decimal): -11489291 or 16101200. OLE color: 16101200.

HSL color Cylindrical-coordinate representation of color #50AFF5: hue angle of 205.45º 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 #50AFF5 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80175245-
CMYK0.670.2900.04
HSL205.45º89.19%63.73%-
HSV(B)205.45º67.35%96.08%-
XYZ35.1238.9692.05-
YUV154.57179.0374.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 245 (96.09% from 255) = 49%
R=16%
G=35%
B=49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal801752450.670.2900.04205.4589.1963.73
Hex50AFF5431D04cd5940
Octal1202573651033504315131100
Binary1010000101011111111010110000111110101001100110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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