#50A9CF

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

Shades of Viking #50A9CF

Tints of Viking #50A9CF

Color information

#50A9CF (or 0x50A9CF) is unknown color: approx Viking. HEX triplet: 50, A9 and CF. RGB value is (80,169,207). Sum of RGB (Red+Green+Blue) = 80+169+207=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #50A9CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A9CF is #AF5630. Grayscale: #929292. Windows color (decimal): -11490865 or 13609296. OLE color: 13609296.

HSL color Cylindrical-coordinate representation of color #50A9CF: hue angle of 197.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A9CF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB80169207-
CMYK0.610.1800.19
HSL197.95º56.95%56.27%-
HSV(B)197.95º61.35%81.18%-
XYZ28.7634.5964.19-
YUV146.72162.0180.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.54%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=17.54%
G=37.06%
B=45.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal801692070.610.1800.19197.9556.9556.27
Hex50A9CF3D12013c63938
Octal12025131775220233067170
Binary101000010101001110011111111011001001001111000110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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