#50C3EB

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

Shades of Malibu #50C3EB

Tints of Malibu #50C3EB

Color information

#50C3EB (or 0x50C3EB) is unknown color: approx Malibu. HEX triplet: 50, C3 and EB. RGB value is (80,195,235). Sum of RGB (Red+Green+Blue) = 80+195+235=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #50C3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C3EB is #AF3C14. Grayscale: #A4A4A4. Windows color (decimal): -11484181 or 15450960. OLE color: 15450960.

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

Color convert

RGB80195235-
CMYK0.660.1700.08
HSL195.48º79.49%61.76%-
HSV(B)195.48º65.96%92.16%-
XYZ37.8246.7385.62-
YUV165.18167.467.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.69%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=15.69%
G=38.24%
B=46.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801952350.660.1700.08195.4879.4961.76
Hex50C3EB421108c34f3e
Octal1203033531022101030311776
Binary1010000110000111110101110000101000101000110000111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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