Html Css Color HEX #50ABFC Cornflower Blue

📋 copy color: '#50ABFC'

red 80 ◦ green 171 ◦ blue 252

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

Shades of Cornflower Blue #50ABFC

Tints of Cornflower Blue #50ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 15.9%
G = 34%
B = 50.1%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50ABFC (or 0x50ABFC) is known color: Cornflower Blue. HEX triplet: 50, AB and FC. RGB value is (80,171,252). Sum of RGB (Red+Green+Blue) = 80+171+252=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #50ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABFC is #AF5403. Grayscale: #989898. Windows color (decimal): -11490308 or 16558928. OLE color: 16558928.

HSL color Cylindrical-coordinate representation of color #50ABFC: hue angle of 208.26º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50ABFC is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 171 252 -
CMYK 0.68 0.32 0 0.01
HSL 208.26º 0.97% 0.65% -
HSV(B) 208.26º 0.68% 0.99% -
XYZ 35.44 37.86 97.54 -
YUV 153.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 80 171 252 0.68 0.32 0 0.01 208.26 0.97 0.65
Hex 50 AB FC 44 20 0 1 D0 61 41
Octal 120 253 374 104 40 0 1 320 141 101
Binary 1010000 10101011 11111100 1000100 100000 0 1 11010000 1100001 1000001

Color Harmonies of #50ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABFC

Black with #50ABFC

Text Example


Text Example

White with #50ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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