#50BCD7

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

Shades of Viking #50BCD7

Tints of Viking #50BCD7

Color information

#50BCD7 (or 0x50BCD7) is unknown color: approx Viking. HEX triplet: 50, BC and D7. RGB value is (80,188,215). Sum of RGB (Red+Green+Blue) = 80+188+215=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #50BCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCD7 is #AF4328. Grayscale: #9E9E9E. Windows color (decimal): -11485993 or 14138448. OLE color: 14138448.

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

Color convert

RGB80188215-
CMYK0.630.1300.16
HSL192º62.79%57.84%-
HSV(B)192º62.79%84.31%-
XYZ33.5642.5870.74-
YUV158.79159.7271.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 215 (84.38% from 255) = 44.51%
R=16.56%
G=38.92%
B=44.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801882150.630.1300.1619262.7957.84
Hex50BCD73FD010c03f3a
Octal12027432777150203007772
Binary10100001011110011010111111111110101000011000000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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