Html Css Color HEX #50AAFC Cornflower Blue

📋 copy color: '#50AAFC'

red 80 ◦ green 170 ◦ blue 252

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

Shades of Cornflower Blue #50AAFC

Tints of Cornflower Blue #50AAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.86%

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

R = 15.94%
G = 33.86%
B = 50.2%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50AAFC (or 0x50AAFC) is known color: Cornflower Blue. HEX triplet: 50, AA and FC. RGB value is (80,170,252). Sum of RGB (Red+Green+Blue) = 80+170+252=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #50AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAFC is #AF5503. Grayscale: #989898. Windows color (decimal): -11490564 or 16558672. OLE color: 16558672.

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

Color convert

RGB 80 170 252 -
CMYK 0.68 0.33 0 0.01
HSL 208.6º 0.97% 0.65% -
HSV(B) 208.6º 0.68% 0.99% -
XYZ 35.25 37.48 97.47 -
YUV 152.44 184.18 76.33 -
System Red Green Blue C M Y K H S L
Decimal 80 170 252 0.68 0.33 0 0.01 208.6 0.97 0.65
Hex 50 AA FC 44 21 0 1 D1 61 41
Octal 120 252 374 104 41 0 1 321 141 101
Binary 1010000 10101010 11111100 1000100 100001 0 1 11010001 1100001 1000001

Color Harmonies of #50AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAFC

Black with #50AAFC

Text Example


Text Example

White with #50AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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