#50B2D7

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

Shades of Viking #50B2D7

Tints of Viking #50B2D7

Color information

#50B2D7 (or 0x50B2D7) is unknown color: approx Viking. HEX triplet: 50, B2 and D7. RGB value is (80,178,215). Sum of RGB (Red+Green+Blue) = 80+178+215=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #50B2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2D7 is #AF4D28. Grayscale: #989898. Windows color (decimal): -11488553 or 14135888. OLE color: 14135888.

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

Color convert

RGB80178215-
CMYK0.630.1700.16
HSL196.44º62.79%57.84%-
HSV(B)196.44º62.79%84.31%-
XYZ31.4938.4570.05-
YUV152.92163.0375.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.91%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 215 (84.38% from 255) = 45.45%
R=16.91%
G=37.63%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801782150.630.1700.16196.4462.7957.84
Hex50B2D73F11010c43f3a
Octal12026232777210203047772
Binary101000010110010110101111111111000101000011000100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,178,215); }

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

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

 a { background-color: rgb(80,178,215); }

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

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

 span { border-color: rgb(80,178,215); }

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