#50C1E8

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

Shades of Malibu #50C1E8

Tints of Malibu #50C1E8

Color information

#50C1E8 (or 0x50C1E8) is unknown color: approx Malibu. HEX triplet: 50, C1 and E8. RGB value is (80,193,232). Sum of RGB (Red+Green+Blue) = 80+193+232=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #50C1E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C1E8 is #AF3E17. Grayscale: #A3A3A3. Windows color (decimal): -11484696 or 15253840. OLE color: 15253840.

HSL color Cylindrical-coordinate representation of color #50C1E8: hue angle of 195.39º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50C1E8 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB80193232-
CMYK0.660.1700.09
HSL195.39º76.77%61.18%-
HSV(B)195.39º65.52%90.98%-
XYZ36.9445.6783.21-
YUV163.66166.5668.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.84%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 232 (91.02% from 255) = 45.94%
R=15.84%
G=38.22%
B=45.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal801932320.660.1700.09195.3976.7761.18
Hex50C1E8421109c34d3d
Octal1203013501022101130311575
Binary1010000110000011110100010000101000101001110000111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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