#50A9C3

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

Shades of Viking #50A9C3

Tints of Viking #50A9C3

Color information

#50A9C3 (or 0x50A9C3) is unknown color: approx Viking. HEX triplet: 50, A9 and C3. RGB value is (80,169,195). Sum of RGB (Red+Green+Blue) = 80+169+195=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #50A9C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A9C3 is #AF563C. Grayscale: #919191. Windows color (decimal): -11490877 or 12822864. OLE color: 12822864.

HSL color Cylindrical-coordinate representation of color #50A9C3: hue angle of 193.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50A9C3 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80169195-
CMYK0.590.1300.24
HSL193.57º48.94%53.92%-
HSV(B)193.57º58.97%76.47%-
XYZ27.3534.0256.76-
YUV145.35156.0181.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.02%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 195 (76.56% from 255) = 43.92%
R=18.02%
G=38.06%
B=43.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801691950.590.1300.24193.5748.9453.92
Hex50A9C33BD018c23136
Octal12025130373150303026166
Binary10100001010100111000011111011110101100011000010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,169,195); }

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

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

 a { background-color: rgb(80,169,195); }

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

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

 span { border-color: rgb(80,169,195); }

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