#50ADD1

Color #50ADD1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #50ADD1

Tints of Viking #50ADD1

Color information

#50ADD1 (or 0x50ADD1) is unknown color: approx 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

RGB80173209-
CMYK0.620.1700.18
HSL196.74º58.37%56.67%-
HSV(B)196.74º61.72%81.96%-
XYZ29.7636.265.74-
YUV149.3161.6978.57-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal801732090.620.1700.18196.7458.3756.67
Hex50ADD13E11012c53a39
Octal12025532176210223057271
Binary101000010101101110100011111101000101001011000101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>