#50C3F9

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

Shades of Malibu #50C3F9

Tints of Malibu #50C3F9

Color information

#50C3F9 (or 0x50C3F9) is unknown color: approx Malibu. HEX triplet: 50, C3 and F9. RGB value is (80,195,249). Sum of RGB (Red+Green+Blue) = 80+195+249=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #50C3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C3F9 is #AF3C06. Grayscale: #A6A6A6. Windows color (decimal): -11484167 or 16368464. OLE color: 16368464.

HSL color Cylindrical-coordinate representation of color #50C3F9: hue angle of 199.17º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50C3F9 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80195249-
CMYK0.680.2200.02
HSL199.17º93.37%64.51%-
HSV(B)199.17º67.87%97.65%-
XYZ39.9247.5896.7-
YUV166.77174.466.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.27%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=15.27%
G=37.21%
B=47.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801952490.680.2200.02199.1793.3764.51
Hex50C3F9441602c75d41
Octal1203033711042602307135101
Binary101000011000011111110011000100101100101100011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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