Html Css Color HEX #50ABFA Cornflower Blue

📋 copy color: '#50ABFA'

red 80 ◦ green 171 ◦ blue 250

#50ABFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #50ABFA

Tints of Cornflower Blue #50ABFA

RGB

 RED value IS 80 (31.64% from 255) = 15.97%

 GREEN value IS 171 (67.19% from 255) = 34.13%

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 15.97%
G = 34.13%
B = 49.9%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50ABFA (or 0x50ABFA) is known color: Cornflower Blue. HEX triplet: 50, AB and FA. RGB value is (80,171,250). Sum of RGB (Red+Green+Blue) = 80+171+250=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #50ABFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABFA is #AF5405. Grayscale: #989898. Windows color (decimal): -11490310 or 16427856. OLE color: 16427856.

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

Color convert

RGB 80 171 250 -
CMYK 0.68 0.32 0 0.02
HSL 207.88º 0.94% 0.65% -
HSV(B) 207.88º 0.68% 0.98% -
XYZ 35.13 37.73 95.87 -
YUV 152.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 80 171 250 0.68 0.32 0 0.02 207.88 0.94 0.65
Hex 50 AB FA 44 20 0 2 D0 5E 41
Octal 120 253 372 104 40 0 2 320 136 101
Binary 1010000 10101011 11111010 1000100 100000 0 10 11010000 1011110 1000001

Color Harmonies of #50ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABFA

Black with #50ABFA

Text Example


Text Example

White with #50ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50ABFA;
 }
 .AnyTagClassName
 {
   color: #50ABFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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