Html Css Color HEX #50ABFE Cornflower Blue

📋 copy color: '#50ABFE'

red 80 ◦ green 171 ◦ blue 254

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

Shades of Cornflower Blue #50ABFE

Tints of Cornflower Blue #50ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 15.84%
G = 33.86%
B = 50.3%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50ABFE (or 0x50ABFE) is known color: Cornflower Blue. HEX triplet: 50, AB and FE. RGB value is (80,171,254). Sum of RGB (Red+Green+Blue) = 80+171+254=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #50ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABFE is #AF5401. Grayscale: #989898. Windows color (decimal): -11490306 or 16690000. OLE color: 16690000.

HSL color Cylindrical-coordinate representation of color #50ABFE: hue angle of 208.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50ABFE is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 171 254 -
CMYK 0.69 0.33 0 0.00
HSL 208.62º 0.99% 0.65% -
HSV(B) 208.62º 0.69% 1% -
XYZ 35.76 37.99 99.21 -
YUV 153.25 184.85 75.75 -
System Red Green Blue C M Y K H S L
Decimal 80 171 254 0.69 0.33 0 0.00 208.62 0.99 0.65
Hex 50 AB FE 45 21 0 0 D1 63 41
Octal 120 253 376 105 41 0 0 321 143 101
Binary 1010000 10101011 11111110 1000101 100001 0 0 11010001 1100011 1000001

Color Harmonies of #50ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABFE

Black with #50ABFE

Text Example


Text Example

White with #50ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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