#50ABF9

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

Shades of Cornflower Blue #50ABF9

Tints of Cornflower Blue #50ABF9

Color information

#50ABF9 (or 0x50ABF9) is unknown color: approx Cornflower Blue. HEX triplet: 50, AB and F9. RGB value is (80,171,249). Sum of RGB (Red+Green+Blue) = 80+171+249=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #50ABF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABF9 is #AF5406. Grayscale: #989898. Windows color (decimal): -11490311 or 16362320. OLE color: 16362320.

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

Color convert

RGB80171249-
CMYK0.680.3100.02
HSL207.69º93.37%64.51%-
HSV(B)207.69º67.87%97.65%-
XYZ34.9737.6795.05-
YUV152.68182.3576.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 249 (97.66% from 255) = 49.8%
R=16%
G=34.2%
B=49.8%

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
Decimal801712490.680.3100.02207.6993.3764.51
Hex50ABF9441F02d05d41
Octal1202533711043702320135101
Binary101000010101011111110011000100111110101101000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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