Html Css Color HEX #50ADD8 Viking

📋 copy color: '#50ADD8'

red 80 ◦ green 173 ◦ blue 216

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

Shades of Viking #50ADD8

Tints of Viking #50ADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 17.06%
G = 36.89%
B = 46.06%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#50ADD8 (or 0x50ADD8) is known color: Viking. HEX triplet: 50, AD and D8. RGB value is (80,173,216). Sum of RGB (Red+Green+Blue) = 80+173+216=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #50ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADD8 is #AF5227. Grayscale: #959595. Windows color (decimal): -11489832 or 14200144. OLE color: 14200144.

HSL color Cylindrical-coordinate representation of color #50ADD8: hue angle of 198.97º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50ADD8 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 173 216 -
CMYK 0.63 0.20 0 0.15
HSL 198.97º 0.64% 0.58% -
HSV(B) 198.97º 0.63% 0.85% -
XYZ 30.65 36.55 70.41 -
YUV 150.1 165.19 78 -
System Red Green Blue C M Y K H S L
Decimal 80 173 216 0.63 0.20 0 0.15 198.97 0.64 0.58
Hex 50 AD D8 3F 14 0 F C7 40 3A
Octal 120 255 330 77 24 0 17 307 100 72
Binary 1010000 10101101 11011000 111111 10100 0 1111 11000111 1000000 111010

Color Harmonies of #50ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADD8

Black with #50ADD8

Text Example


Text Example

White with #50ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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