#50C6EA

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

Shades of Malibu #50C6EA

Tints of Malibu #50C6EA

Color information

#50C6EA (or 0x50C6EA) is unknown color: approx Malibu. HEX triplet: 50, C6 and EA. RGB value is (80,198,234). Sum of RGB (Red+Green+Blue) = 80+198+234=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #50C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C6EA is #AF3915. Grayscale: #A6A6A6. Windows color (decimal): -11483414 or 15386192. OLE color: 15386192.

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

Color convert

RGB80198234-
CMYK0.660.1500.08
HSL194.03º78.57%61.57%-
HSV(B)194.03º65.81%91.76%-
XYZ38.3548.0385.09-
YUV166.82165.9166.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.62%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=15.62%
G=38.67%
B=45.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801982340.660.1500.08194.0378.5761.57
Hex50C6EA42F08c24f3e
Octal1203063521021701030211776
Binary101000011000110111010101000010111101000110000101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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