#50c8f0

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

Shades of Malibu #50C8F0

Tints of Malibu #50C8F0

Color information

#50C8F0 (or 0x50C8F0) is unknown color: approx Malibu. HEX triplet: 50, C8 and F0. RGB value is (80,200,240). Sum of RGB (Red+Green+Blue) = 80+200+240=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #50C8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C8F0 is #AF370F. Grayscale: #A8A8A8. Windows color (decimal): -11482896 or 15779920. OLE color: 15779920.

HSL color Cylindrical-coordinate representation of color #50C8F0: hue angle of 195º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C8F0 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB80200240-
CMYK0.670.1700.06
HSL195º84.21%62.75%-
HSV(B)195º66.67%94.12%-
XYZ39.6949.3189.86-
YUV168.68168.2464.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.38%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 240 (94.14% from 255) = 46.15%
R=15.38%
G=38.46%
B=46.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802002400.670.1700.0619584.2162.75
Hex50C8F0431106c3543f
Octal120310360103210630312477
Binary101000011001000111100001000011100010110110000111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50c8f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,200,240); }

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

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

 a { background-color: rgb(80,200,240); }

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

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

 span { border-color: rgb(80,200,240); }

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