#50ACF9

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

Shades of Malibu #50ACF9

Tints of Malibu #50ACF9

Color information

#50ACF9 (or 0x50ACF9) is unknown color: approx Malibu. HEX triplet: 50, AC and F9. RGB value is (80,172,249). Sum of RGB (Red+Green+Blue) = 80+172+249=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #50ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ACF9 is #AF5306. Grayscale: #989898. Windows color (decimal): -11490055 or 16362576. OLE color: 16362576.

HSL color Cylindrical-coordinate representation of color #50ACF9: hue angle of 207.34º 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 #50ACF9 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80172249-
CMYK0.680.3100.02
HSL207.34º93.37%64.51%-
HSV(B)207.34º67.87%97.65%-
XYZ35.1638.0595.11-
YUV153.27182.0275.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.97%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 249 (97.66% from 255) = 49.70%
R=15.97%
G=34.33%
B=49.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801722490.680.3100.02207.3493.3764.51
Hex50ACF9441F02cf5d41
Octal1202543711043702317135101
Binary101000010101100111110011000100111110101100111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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