#50B3D8

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

Shades of Viking #50B3D8

Tints of Viking #50B3D8

Color information

#50B3D8 (or 0x50B3D8) is unknown color: approx Viking. HEX triplet: 50, B3 and D8. RGB value is (80,179,216). Sum of RGB (Red+Green+Blue) = 80+179+216=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #50B3D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B3D8 is #AF4C27. Grayscale: #999999. Windows color (decimal): -11488296 or 14201680. OLE color: 14201680.

HSL color Cylindrical-coordinate representation of color #50B3D8: hue angle of 196.32º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50B3D8 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB80179216-
CMYK0.630.1700.15
HSL196.32º63.55%58.04%-
HSV(B)196.32º62.96%84.71%-
XYZ31.8238.970.8-
YUV153.62163.275.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.84%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=16.84%
G=37.68%
B=45.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal801792160.630.1700.15196.3263.5558.04
Hex50B3D83F110Fc4403a
Octal120263330772101730410072
Binary101000010110011110110001111111000101111110001001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,179,216); }

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

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

 a { background-color: rgb(80,179,216); }

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

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

 span { border-color: rgb(80,179,216); }

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