Html Css Color HEX #50AED6 Viking

📋 copy color: '#50AED6'

red 80 ◦ green 174 ◦ blue 214

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

Shades of Viking #50AED6

Tints of Viking #50AED6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 17.09%
G = 37.18%
B = 45.73%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#50AED6 (or 0x50AED6) is known color: Viking. HEX triplet: 50, AE and D6. RGB value is (80,174,214). Sum of RGB (Red+Green+Blue) = 80+174+214=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #50AED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AED6 is #AF5129. Grayscale: #969696. Windows color (decimal): -11489578 or 14069328. OLE color: 14069328.

HSL color Cylindrical-coordinate representation of color #50AED6: hue angle of 197.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50AED6 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 174 214 -
CMYK 0.63 0.19 0 0.16
HSL 197.91º 0.62% 0.58% -
HSV(B) 197.91º 0.63% 0.84% -
XYZ 30.58 36.83 69.12 -
YUV 150.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 80 174 214 0.63 0.19 0 0.16 197.91 0.62 0.58
Hex 50 AE D6 3F 13 0 10 C6 3E 3A
Octal 120 256 326 77 23 0 20 306 76 72
Binary 1010000 10101110 11010110 111111 10011 0 10000 11000110 111110 111010

Color Harmonies of #50AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AED6

Black with #50AED6

Text Example


Text Example

White with #50AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,214); }

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

background-color css

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

 a { background-color: rgb(80,174,214); }

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

border-color css

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

 span { border-color: rgb(80,174,214); }

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