#50BDC9

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

Shades of Viking #50BDC9

Tints of Viking #50BDC9

Color information

#50BDC9 (or 0x50BDC9) is unknown color: approx Viking. HEX triplet: 50, BD and C9. RGB value is (80,189,201). Sum of RGB (Red+Green+Blue) = 80+189+201=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #50BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDC9 is #AF4236. Grayscale: #9D9D9D. Windows color (decimal): -11485751 or 13221200. OLE color: 13221200.

HSL color Cylindrical-coordinate representation of color #50BDC9: hue angle of 185.95º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50BDC9 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80189201-
CMYK0.600.0600.21
HSL185.95º52.84%55.1%-
HSV(B)185.95º60.2%78.82%-
XYZ32.0542.3261.74-
YUV157.78152.3972.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.02%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=17.02%
G=40.21%
B=42.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801892010.600.0600.21185.9552.8455.1
Hex50BDC93C6015ba3537
Octal1202753117460252726567
Binary1010000101111011100100111110011001010110111010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,189,201); }

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

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

 a { background-color: rgb(80,189,201); }

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

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

 span { border-color: rgb(80,189,201); }

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