#50B2DB

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

Shades of Viking #50B2DB

Tints of Viking #50B2DB

Color information

#50B2DB (or 0x50B2DB) is unknown color: approx Viking. HEX triplet: 50, B2 and DB. RGB value is (80,178,219). Sum of RGB (Red+Green+Blue) = 80+178+219=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #50B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2DB is #AF4D24. Grayscale: #999999. Windows color (decimal): -11488549 or 14398032. OLE color: 14398032.

HSL color Cylindrical-coordinate representation of color #50B2DB: hue angle of 197.7º 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 #50B2DB is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB80178219-
CMYK0.630.1900.14
HSL197.7º65.88%58.63%-
HSV(B)197.7º63.47%85.88%-
XYZ32.0138.6672.79-
YUV153.37165.0375.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.77%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=16.77%
G=37.32%
B=45.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal801782190.630.1900.14197.765.8858.63
Hex50B2DB3F130Ec6423b
Octal120262333772301630610273
Binary101000010110010110110111111111001101110110001101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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