#50C6EB

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

Shades of Malibu #50C6EB

Tints of Malibu #50C6EB

Color information

#50C6EB (or 0x50C6EB) is unknown color: approx Malibu. HEX triplet: 50, C6 and EB. RGB value is (80,198,235). Sum of RGB (Red+Green+Blue) = 80+198+235=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #50C6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C6EB is #AF3914. Grayscale: #A6A6A6. Windows color (decimal): -11483413 or 15451728. OLE color: 15451728.

HSL color Cylindrical-coordinate representation of color #50C6EB: hue angle of 194.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50C6EB is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80198235-
CMYK0.660.1600.08
HSL194.32º79.49%61.76%-
HSV(B)194.32º65.96%92.16%-
XYZ38.548.0985.85-
YUV166.94166.4165.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.59%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=15.59%
G=38.60%
B=45.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801982350.660.1600.08194.3279.4961.76
Hex50C6EB421008c24f3e
Octal1203063531022001030211776
Binary1010000110001101110101110000101000001000110000101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,235); }

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

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

 a { background-color: rgb(80,198,235); }

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

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

 span { border-color: rgb(80,198,235); }

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