#50B3DB

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

Shades of Viking #50B3DB

Tints of Viking #50B3DB

Color information

#50B3DB (or 0x50B3DB) is unknown color: approx Viking. HEX triplet: 50, B3 and DB. RGB value is (80,179,219). Sum of RGB (Red+Green+Blue) = 80+179+219=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #50B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B3DB is #AF4C24. Grayscale: #999999. Windows color (decimal): -11488293 or 14398288. OLE color: 14398288.

HSL color Cylindrical-coordinate representation of color #50B3DB: hue angle of 197.27º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50B3DB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB80179219-
CMYK0.630.1800.14
HSL197.27º65.88%58.63%-
HSV(B)197.27º63.47%85.88%-
XYZ32.2139.0672.86-
YUV153.96164.775.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.74%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 219 (85.94% from 255) = 45.82%
R=16.74%
G=37.45%
B=45.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal801792190.630.1800.14197.2765.8858.63
Hex50B3DB3F120Ec5423b
Octal120263333772201630510273
Binary101000010110011110110111111111001001110110001011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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