#50B9DA

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

Shades of Viking #50B9DA

Tints of Viking #50B9DA

Color information

#50B9DA (or 0x50B9DA) is unknown color: approx Viking. HEX triplet: 50, B9 and DA. RGB value is (80,185,218). Sum of RGB (Red+Green+Blue) = 80+185+218=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #50B9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9DA is #AF4625. Grayscale: #9D9D9D. Windows color (decimal): -11486758 or 14334288. OLE color: 14334288.

HSL color Cylindrical-coordinate representation of color #50B9DA: hue angle of 194.35º degrees, saturation: 0.65, 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 #50B9DA is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB80185218-
CMYK0.630.1500.15
HSL194.35º65.09%58.43%-
HSV(B)194.35º63.3%85.49%-
XYZ33.3141.4772.58-
YUV157.37162.2172.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=16.56%
G=38.30%
B=45.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal801852180.630.1500.15194.3565.0958.43
Hex50B9DA3FF0Fc2413a
Octal120271332771701730210172
Binary10100001011100111011010111111111101111110000101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,218); }

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

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

 a { background-color: rgb(80,185,218); }

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

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

 span { border-color: rgb(80,185,218); }

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