#50ABCB

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

Shades of Viking #50ABCB

Tints of Viking #50ABCB

Color information

#50ABCB (or 0x50ABCB) is unknown color: approx Viking. HEX triplet: 50, AB and CB. RGB value is (80,171,203). Sum of RGB (Red+Green+Blue) = 80+171+203=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #50ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABCB is #AF5434. Grayscale: #939393. Windows color (decimal): -11490357 or 13347664. OLE color: 13347664.

HSL color Cylindrical-coordinate representation of color #50ABCB: hue angle of 195.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50ABCB is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80171203-
CMYK0.610.1600.20
HSL195.61º54.19%55.49%-
HSV(B)195.61º60.59%79.61%-
XYZ28.6535.1461.77-
YUV147.44159.3579.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=17.62%
G=37.67%
B=44.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801712030.610.1600.20195.6154.1955.49
Hex50ABCB3D10014c43637
Octal12025331375200243046667
Binary101000010101011110010111111011000001010011000100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,203); }

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

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

 a { background-color: rgb(80,171,203); }

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

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

 span { border-color: rgb(80,171,203); }

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