#50AED7

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

Shades of Viking #50AED7

Tints of Viking #50AED7

Color information

#50AED7 (or 0x50AED7) is unknown color: approx Viking. HEX triplet: 50, AE and D7. RGB value is (80,174,215). Sum of RGB (Red+Green+Blue) = 80+174+215=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #50AED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AED7 is #AF5128. Grayscale: #969696. Windows color (decimal): -11489577 or 14134864. OLE color: 14134864.

HSL color Cylindrical-coordinate representation of color #50AED7: hue angle of 198.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50AED7 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB80174215-
CMYK0.630.1900.16
HSL198.22º62.79%57.84%-
HSV(B)198.22º62.79%84.31%-
XYZ30.7136.8869.79-
YUV150.57164.3677.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.06%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 215 (84.38% from 255) = 45.84%
R=17.06%
G=37.10%
B=45.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801742150.630.1900.16198.2262.7957.84
Hex50AED73F13010c63f3a
Octal12025632777230203067772
Binary101000010101110110101111111111001101000011000110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,215); }

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

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

 a { background-color: rgb(80,174,215); }

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

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

 span { border-color: rgb(80,174,215); }

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