Html Css Color HEX #50AAD1 Viking

📋 copy color: '#50AAD1'

red 80 ◦ green 170 ◦ blue 209

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

Shades of Viking #50AAD1

Tints of Viking #50AAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.53%

R = 17.43%
G = 37.04%
B = 45.53%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#50AAD1 (or 0x50AAD1) is known color: Viking. HEX triplet: 50, AA and D1. RGB value is (80,170,209). Sum of RGB (Red+Green+Blue) = 80+170+209=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #50AAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAD1 is #AF552E. Grayscale: #939393. Windows color (decimal): -11490607 or 13740624. OLE color: 13740624.

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

Color convert

RGB 80 170 209 -
CMYK 0.62 0.19 0 0.18
HSL 198.14º 0.58% 0.57% -
HSV(B) 198.14º 0.62% 0.82% -
XYZ 29.19 35.06 65.55 -
YUV 147.54 162.68 79.83 -
System Red Green Blue C M Y K H S L
Decimal 80 170 209 0.62 0.19 0 0.18 198.14 0.58 0.57
Hex 50 AA D1 3E 13 0 12 C6 3A 39
Octal 120 252 321 76 23 0 22 306 72 71
Binary 1010000 10101010 11010001 111110 10011 0 10010 11000110 111010 111001

Color Harmonies of #50AAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAD1

Black with #50AAD1

Text Example


Text Example

White with #50AAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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