Html Css Color HEX #50ADD1 Viking

📋 copy color: '#50ADD1'

red 80 ◦ green 173 ◦ blue 209

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

Shades of Viking #50ADD1

Tints of Viking #50ADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

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

R = 17.32%
G = 37.45%
B = 45.24%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#50ADD1 (or 0x50ADD1) is known color: Viking. HEX triplet: 50, AD and D1. RGB value is (80,173,209). Sum of RGB (Red+Green+Blue) = 80+173+209=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #50ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADD1 is #AF522E. Grayscale: #959595. Windows color (decimal): -11489839 or 13741392. OLE color: 13741392.

HSL color Cylindrical-coordinate representation of color #50ADD1: hue angle of 196.74º 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 #50ADD1 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 173 209 -
CMYK 0.62 0.17 0 0.18
HSL 196.74º 0.58% 0.57% -
HSV(B) 196.74º 0.62% 0.82% -
XYZ 29.76 36.2 65.74 -
YUV 149.3 161.69 78.57 -
System Red Green Blue C M Y K H S L
Decimal 80 173 209 0.62 0.17 0 0.18 196.74 0.58 0.57
Hex 50 AD D1 3E 11 0 12 C5 3A 39
Octal 120 255 321 76 21 0 22 305 72 71
Binary 1010000 10101101 11010001 111110 10001 0 10010 11000101 111010 111001

Color Harmonies of #50ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADD1

Black with #50ADD1

Text Example


Text Example

White with #50ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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