#50ACD1

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

Shades of Viking #50ACD1

Tints of Viking #50ACD1

Color information

#50ACD1 (or 0x50ACD1) is unknown color: approx Viking. HEX triplet: 50, AC and D1. RGB value is (80,172,209). Sum of RGB (Red+Green+Blue) = 80+172+209=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #50ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACD1 is #AF532E. Grayscale: #949494. Windows color (decimal): -11490095 or 13741136. OLE color: 13741136.

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

Color convert

RGB80172209-
CMYK0.620.1800.18
HSL197.21º58.37%56.67%-
HSV(B)197.21º61.72%81.96%-
XYZ29.5735.8165.68-
YUV148.71162.0278.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.35%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=17.35%
G=37.31%
B=45.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal801722090.620.1800.18197.2158.3756.67
Hex50ACD13E12012c53a39
Octal12025432176220223057271
Binary101000010101100110100011111101001001001011000101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,172,209); }

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

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

 a { background-color: rgb(80,172,209); }

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

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

 span { border-color: rgb(80,172,209); }

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