#50BED7

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

Shades of Viking #50BED7

Tints of Viking #50BED7

Color information

#50BED7 (or 0x50BED7) is unknown color: approx Viking. HEX triplet: 50, BE and D7. RGB value is (80,190,215). Sum of RGB (Red+Green+Blue) = 80+190+215=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #50BED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BED7 is #AF4128. Grayscale: #9F9F9F. Windows color (decimal): -11485481 or 14138960. OLE color: 14138960.

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

Color convert

RGB80190215-
CMYK0.630.1200.16
HSL191.11º62.79%57.84%-
HSV(B)191.11º62.79%84.31%-
XYZ33.9943.4470.88-
YUV159.96159.0670.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.49%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=16.49%
G=39.18%
B=44.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801902150.630.1200.16191.1162.7957.84
Hex50BED73FC010bf3f3a
Octal12027632777140202777772
Binary10100001011111011010111111111110001000010111111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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