#50C3E8

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

Shades of Malibu #50C3E8

Tints of Malibu #50C3E8

Color information

#50C3E8 (or 0x50C3E8) is unknown color: approx Malibu. HEX triplet: 50, C3 and E8. RGB value is (80,195,232). Sum of RGB (Red+Green+Blue) = 80+195+232=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #50C3E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C3E8 is #AF3C17. Grayscale: #A4A4A4. Windows color (decimal): -11484184 or 15254352. OLE color: 15254352.

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

Color convert

RGB80195232-
CMYK0.660.1600.09
HSL194.61º76.77%61.18%-
HSV(B)194.61º65.52%90.98%-
XYZ37.3946.5683.36-
YUV164.83165.967.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.78%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 232 (91.02% from 255) = 45.76%
R=15.78%
G=38.46%
B=45.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal801952320.660.1600.09194.6176.7761.18
Hex50C3E8421009c34d3d
Octal1203033501022001130311575
Binary1010000110000111110100010000101000001001110000111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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