#50C1EA

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

Shades of Malibu #50C1EA

Tints of Malibu #50C1EA

Color information

#50C1EA (or 0x50C1EA) is unknown color: approx Malibu. HEX triplet: 50, C1 and EA. RGB value is (80,193,234). Sum of RGB (Red+Green+Blue) = 80+193+234=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #50C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C1EA is #AF3E15. Grayscale: #A3A3A3. Windows color (decimal): -11484694 or 15384912. OLE color: 15384912.

HSL color Cylindrical-coordinate representation of color #50C1EA: hue angle of 195.97º 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 #50C1EA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80193234-
CMYK0.660.1800.08
HSL195.97º78.57%61.57%-
HSV(B)195.97º65.81%91.76%-
XYZ37.2345.7984.72-
YUV163.89167.5668.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.78%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=15.78%
G=38.07%
B=46.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801932340.660.1800.08195.9778.5761.57
Hex50C1EA421208c44f3e
Octal1203013521022201030411776
Binary1010000110000011110101010000101001001000110001001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,193,234); }

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

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

 a { background-color: rgb(80,193,234); }

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

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

 span { border-color: rgb(80,193,234); }

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