#50AAD2

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

Shades of Viking #50AAD2

Tints of Viking #50AAD2

Color information

#50AAD2 (or 0x50AAD2) is unknown color: approx Viking. HEX triplet: 50, AA and D2. RGB value is (80,170,210). Sum of RGB (Red+Green+Blue) = 80+170+210=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #50AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAD2 is #AF552D. Grayscale: #939393. Windows color (decimal): -11490606 or 13806160. OLE color: 13806160.

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

Color convert

RGB80170210-
CMYK0.620.1900.18
HSL198.46º59.09%56.86%-
HSV(B)198.46º61.9%82.35%-
XYZ29.3235.1166.2-
YUV147.65163.1879.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.39%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 210 (82.42% from 255) = 45.65%
R=17.39%
G=36.96%
B=45.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal801702100.620.1900.18198.4659.0956.86
Hex50AAD23E13012c63b39
Octal12025232276230223067371
Binary101000010101010110100101111101001101001011000110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50AAD2;
 }
 .AnyTagClassName
 {
   color: #50AAD2;
 }
</style>
background-color css

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

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

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

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

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

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